ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I found out the cause by myself:
base_frame_id
was set to
robot_1/base_footprint
while it
should've been base_link
. local_costmap/global_frame
was set to
odom
, should've been map