ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I would definetly pick a LIDAR (or similar) and an IMU at least so you can merge all this info with a EKF and estimate your position within the world. Also you will probably have to deal with SLAM. For these topics, you can use robot_localization and navigation stack packages. Hope it helps!