introlab / rtabmap

RTAB-Map library and standalone application
https://introlab.github.io/rtabmap
Other
2.61k stars 761 forks source link

code examples #986

Open nesquik011 opened 1 year ago

nesquik011 commented 1 year ago

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

matlabbe commented 1 year ago

For the standalone library:

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.

nesquik011 commented 1 year ago

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

matlabbe commented 1 year ago

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.