Binit Shah b414df3db5 | 2 years ago | |
---|---|---|
.. | ||
config | 3 years ago | |
launch | 2 years ago | |
rviz | 3 years ago | |
CMakeLists.txt | 3 years ago | |
LICENSE.md | 3 years ago | |
README.md | 2 years ago | |
package.xml | 3 years ago |
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.