ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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