ROBOTIS-GIT / turtlebot3_simulations

Simulations for TurtleBot3
http://turtlebot3.robotis.com/
Apache License 2.0
309 stars 428 forks source link

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

Open maker-ATOM opened 4 months ago

maker-ATOM commented 4 months ago

TurtleBot3 platform used - Burger

ROS distro used - ROS 1 Noetic Ninjemys

Reproduction of issue:

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