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