ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi, The issue is that you forgot to use the odometry from the hector_mapping. In your launch file, add this line or edit the param if exist
<param name="pub_odometry" value="true" />
From the tf I can see that you don't have odom linked below map. Follow REP 105 to make your tf intact.