ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Is your robot in known envirronment or not ?
If yes, then you can use AMCL
and just subscribe to the topic /amcl_pose
.
If not then you can use gmapping (or another slam
method), see #q44602.