ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This question with its answers seems to be connected:
[Initial pose in RVIZ] is being sent in the frame that you set as the fixed frame in rviz.
and
The pose sent is in reference to the fixed frame in RVIZ - and therefore, you should almost certainly have your fixed frame set to
/map
as AMCL is determining the transform frombase_link->odom->map
, and the pose you send should be wherebase_link
is in terms of map (so that theinitial_odom->map transform
can be determined)
Can you check your fixed frame in RViz?