/ORB_SLAM2_with_OctoMap

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities

Primary LanguageC++OtherNOASSERTION

ORB_SLAM2_with_OctoMap

This is a modified ORB-SLAM2(Raul Mur-Artal's opensource project), with a online point clund map running in RGBD mode(with and without ROS), and generating a octomap too(Not runing time now, but it will be soon). Besides, the STEREO with ROS has modified for MAV based on PIXHAWK.

How to install & run

Just follow the instruction of ORB-SLAM2.

At the bottom of /Examples/RGB-D/TUMx.yaml, some parameters added to control point cloud mapping or not, and the resolution.

Thanks

Thanks Raul Mur-Artal for open his incredible work ORB-SLAM2.

Thanks GaoXiang for his helpful blog.