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

I think the problem comes from the navigation stack expecting a frame called "base_link", while you called it "chassis". Try changing the name "chassis" by "base_link" in your tf_broadcaster code.

Make sure you launched the map_server so the /map frame exists too.

Hopes this help,

Guido