Reputation: 53
I am using visual SLAM such as ORB SLAM for indoor robotcar navigation. I have a few questions hope you can help me.
Thanks,
Upvotes: 0
Views: 498
Reputation: 1
There's OpenVSLAM that is based on ORB as well, and also supports loading prebuilt map. But there's no support for prebuilt map in OpenVSLAM while mapping. You should develop code for improving prebuilt map while running SLAM. If you have not much keypoints, you should look for more feature extraction methods.
Upvotes: 0