ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It looks like the frame_id for your odom frame is odom, so when you run gmapping you should probably use:

rosrun gmapping slam_gmapping scan:=/scan _odom_frame:=odom

(gmapping already knows to subscribe to the /tf topic)