Robotics StackExchange | Archived questions

stereo visual Slam on ros humble

Hi everyone,

I have a freenove 3wheel that i interfaced whith ros and build with a home made stereo camera. for now i have correctly calibrated the camera and computed visual odometry (not very robust yet). i'd like to use slam with this tiny robot but i'm not able to find a package for stereo camera slam on ros2 humble. Do you have any idea where to search or if nothing exist do you have some references to code a slam from scratch using python and opencv ?

Thanks

Asked by Falcon on 2023-01-30 05:53:09 UTC

Comments

Answers

Rtabmap exists and works well. There's a stereo nodules, see http://wiki.ros.org/rtabmap_ros.

Asked by Per Edwardsson on 2023-01-30 08:25:45 UTC

Comments