rtabmap icon indicating copy to clipboard operation
rtabmap copied to clipboard

code examples

Open nesquik011 opened this issue 2 years ago • 3 comments

hello , i want to know where is the code examples please ? i want stereo mapping , slam etc , i only saw few examples where is the rest ? and i wont use ros

nesquik011 avatar Mar 10 '23 12:03 nesquik011

For the standalone library:

  • Examples: https://github.com/introlab/rtabmap/tree/master/examples
  • Tutorials: https://github.com/introlab/rtabmap/wiki/Tutorials

If you want to do SLAM on a robot (or use a Lidar), I strongly recommend to use rtabmap_ros package. The examples with the standalone library can only do single camera VSLAM.

matlabbe avatar Mar 10 '23 18:03 matlabbe

i am new to this , i cant find C++ code examples for stereo vision SLAM

nesquik011 avatar Mar 11 '23 13:03 nesquik011

This example works also for stereo: https://github.com/introlab/rtabmap/blob/master/examples/RGBDMapping/main.cpp

It depends which kind of stereo camera you have. If this a supported camera in rtabmap, you may use that example directly.

matlabbe avatar Apr 15 '23 23:04 matlabbe