This package is in active development. Proceed with caution.
stretch_rtabmap provides RTAB-MAPPiNG. This package utilizes rtab-map, move_base, and AMCL to map and drive the stretch RE1 around a space. Running this code will require the robot to be untethered.
Use rosdep
to install the required packages.
cd ~/catkin_ws/src
git clone https://github.com/hello-robot/stretch_ros -b dev/noetic
git clone https://github.com/pal-robotics/realsense_gazebo_plugin
cd ~/catkin_ws
rosdep install --from-paths src --ignore-src -r -y
catkin_make
roslaunch stretch_rtabmap gazebo.launch
roslaunch stretch_rtabmap start_rtab.launch sim:=true localization:=false move_base_config:=2d
roslaunch stretch_rtabmap rviz_rtab.launch mapping:=true
roslaunch stretch_rtabmap start_rtab.launch sim:=false localization:=false move_base_config:=2d
roslaunch stretch_rtabmap rviz_rtab.launch mapping:=true
Move_base_config | Gazebo | Stretch RE1 |
---|---|---|
2d | okay | Good |
2d_unkown | Not Implemented | Not Implemented |
3d | Testing | Testing |
3d_unkown | Not Implemented | Not Implemented |
For license information, please see the LICENSE files.