raulmur / ORB_SLAM2

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
Other
9.17k stars 4.69k forks source link

Adding Fiducial Marker to ORB-SLAM2 #1017

Open mathislm opened 2 years ago

mathislm commented 2 years ago

Hello,

I'm trying to implement into ORB-SLAM2 a possibility to use planar markers like arucos as keypoints. I'm thinking of having some kind of new mode similar to the current localisation mode. Has anyone here tried that already ? Do you have any advice or ideas on how it could be done ?