ROS2 drive 1 meter
Hello, I would like to port this ( http://wiki.ros.org/navigation/Tutori... ) application into ROS2, or is there something already ported? Unfortunately I only recently switched to ROS2 Eloquent.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hello, I would like to port this ( http://wiki.ros.org/navigation/Tutori... ) application into ROS2, or is there something already ported? Unfortunately I only recently switched to ROS2 Eloquent.
Hello @M.Redel, be sure to check out this code from the navigation2 repo: https://github.com/ros-planning/navig...
Here is also a tutorial to get started with navigation on a real robot: https://navigation.ros.org/tutorials/...
Be sure that your robot qualifies for creating a map (with i.e. a Lidar scanner) where it can be localized in. Otherwise the navigation stack cannot help you navigate your robot 1 meter. It needs to constantly check if your robot moves even the tiniest bit, in order to validate that your robot is on track towards its goal. Therefor, it needs constant input from your wheels (odom) and optional additional sensors like IMU and Lidar. External sensors can also be integrated, typical all achieved with a Extended Kalman Filter. When you successfully provide a good localization of your robot for your map or even world, than navigation2 can help you to drive 1 meter respectively to your initial pose.
Please update your question with more information about your application, so we can help you better to achieve your goal.
Asked: 2020-05-20 04:06:09 -0600
Seen: 263 times
Last updated: May 20 '20
VSLAM based navigation with Kinect, where do I begin?
Problem running stage navigation tutorial
Navigation planning based on kinect data in 2.5D?
What topics are necessary to log for creating a SLAM comparison bag file?
erratic_gazebo tutorial not working
Publishing a xform from /map to /base_link?
Navigation Stack with gmapping