Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The default simulation environment for TurtleBot3 is loaded partially. #40

Open
2 tasks
ibrahimqazi opened this issue Jan 11, 2025 · 1 comment
Open
2 tasks

Comments

@ibrahimqazi
Copy link

ibrahimqazi commented Jan 11, 2025

Important!!!

  • I have checked that this issue/bug/fix/correction has not been already created before in open or closed issues.

Type of bug

  • General comment, recommendation or petition

Issue Description

Hello all, I am trying to load the default simulation environment of TurtleBot3 by using the command:
ros2 launch nav2 bringup tb3 simulation launch.py

However, only partial simulation environment is loaded. I tried several times but no success. I can not see the robot in simulation and other models are also not loaded like surrounding objects.
653d93d2-b3f2-4e5f-b64a-273d7ba1815a

Due to which the Rviz is also not working properly.

[rviz2-4] [INFO] [1736594334.098033960] [rviz2]: Message Filter dropping message: frame 'odom' at time 0.000 for reason 'Unknown'
[rviz2-4] [INFO] [1736594334.098391595] [rviz2]: Message Filter dropping message: frame 'odom' at time 1220.161 for reason 'Unknown'
[rviz2-4] [INFO] [1736594334.130374699] [rviz2]: Message Filter dropping message: frame 'base_scan' at time 1220.200 for reason 'Unknown'
[rviz2-4] [INFO] [1736594334.321308481] [rviz2]: Message Filter dropping message: frame 'odom' at time 1220.362 for reason 'Unknown'
[rviz2-4] [INFO] [1736594334.353927008] [rviz2]: Message Filter dropping message: frame 'base_scan' at time 1220.400 for reason 'Unknown'
[planner_server-9] [INFO] [1736594334.491912071] [global_costmap.global_costmap]: Timed out waiting for transform from base_link to map to become available, tf error: Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist
[rviz2-4] [INFO] [1736594334.500928172] [rviz2]: Waiting for the lifecycle_manager_navigation/is_active service...
[rviz2-4] [INFO] [1736594334.501136309] [rviz2]: Sending lifecycle_manager_navigation/is_active request
[rviz2-4] [INFO] [1736594334.513135270] [rviz2]: Message Filter dropping message: frame 'odom' at time 1220.563 for reason 'Unknown'
[amcl-6] [WARN] [1736594334.532124879] [amcl]: ACML cannot publish a pose or update the transform. Please set the initial pose...
[rviz2-4] [INFO] [1736594334.545232560] [rviz2]: Message Filter dropping message: frame 'base_scan' at time 1220.600 for reason 'Unknown'
[rviz2-4] [INFO] [1736594334.705348197] [rviz2]: Message Filter dropping message: frame 'odom' at time 0.000 for reason 'Unknown'

Should I download the models manually? If yes, could you please share the names models which are loaded to the simulation, and from where should I download them? Since i cant see their names clearly in image.
@nrasulnrasul @Juancams @jmguerreroh Could you please have a look at it?

Desktop (please complete the following information):

  • OS: [e.g. Ubuntu 20.04]
  • ROS2 Distro [Foxy]
@Juancams
Copy link
Contributor

Hi @ibrahimqazi

Can you confirm that you have the following package installed?

sudo apt install ros-foxy-turtlebot3*

Also, check if you have the following lines in your bashrc:

export TURTLEBOT3_MODEL=waffle
export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:/opt/ros/foxy/share/turtlebot3_gazebo/models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants