You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
The text was updated successfully, but these errors were encountered:
TurtleBot3 platform used - Burger
ROS distro used - ROS 1 Noetic Ninjemys
Reproduction of issue:
roslaunch turtlebot3_gazebo multi_turtlebot3.launch
andrqt
to visualise transformsIssue:
After launching the
multi_turtlebot3
and visualising tf_frames which look something like belowGazebo should broadcast odom to base_footprint frame for each robot which it does not because
spawn_model
node fromgazebo_ros
package uses the same urdf for all the robot which does not contain any argument to setodometryFrame
androbotBaseFrame
. The frames are required for nodesslam_gmapping
to produce map for individual robots.Expected tf_frame:
The text was updated successfully, but these errors were encountered: