turtlebot / turtlebot_simulator

Launchers for Gazebo simulation of the TurtleBot
http://www.ros.org/wiki/turtlebot_simulator
99 stars 136 forks source link

turtlebot_in_stage.launch robot description incompatible: kobuki_description vs stage_ros #53

Closed MichaelKorn closed 6 years ago

MichaelKorn commented 8 years ago

Hello, there is an issue with this tutorial: http://wiki.ros.org/turtlebot_stage/Tutorials/indigo/Bring%20up%20TurtleBot%20in%20stage

The height of the robot base is jumping all the time. This is aggravating due to the camera in rviz is fixed to the robot base by default. This happens because stage_ros sends the identity transformation between base_footprint an base_link. In kobuki_description base_link has a hight of 0.0102m.

jihoonl commented 8 years ago

This is also related to Change in robot state publisher. This PR has changed the default value use_tf_static = False.