ROBOTIS-GIT / turtlebot3_simulations

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

Fix gazebo odom tf publication #200

Open siddux opened 1 year ago

siddux commented 1 year ago

Gazebo was publishing all the TFs without taking into account the turtlebot instance prefix ("/tb3_X"). This caused issues when integrating with other packages.

Just moving the tf_prefix parameter outside robot_state_publisher node allows gazebo to take it into account.