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

Your TF tree is wrong, map has to be tf-ed to odom and odom to base_link like in this picture.

map -> odom -> base_link -> laser_scanner (camera_link in the picture below, it is a s300 aswell)

image description

The TF from map to odom is normally done by hector_mapping, when you did your map you have to do this transform by your own or use amcl which tf's it.

Hope I could help