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

Missing tf_frame from odom to base_footprint while using multi_turtlebot3.launch #214

Open
maker-ATOM opened this issue Feb 12, 2024 · 0 comments

Comments

@maker-ATOM
Copy link

TurtleBot3 platform used - Burger

ROS distro used - ROS 1 Noetic Ninjemys

Reproduction of issue:

  • roslaunch turtlebot3_gazebo multi_turtlebot3.launch and
  • rqt to visualise transforms

Issue:
After launching the multi_turtlebot3 and visualising tf_frames which look something like below

missing

Gazebo should broadcast odom to base_footprint frame for each robot which it does not because spawn_model node from gazebo_ros package uses the same urdf for all the robot which does not contain any argument to set odometryFrame and robotBaseFrame. The frames are required for nodes slam_gmapping to produce map for individual robots.

Expected tf_frame:

expected

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

1 participant