ORB_SLAM
ORB_SLAM copied to clipboard
A Versatile and Accurate Monocular SLAM
Thanks for sharing the code! @raulmur I am trying to reproject world origin(surface) back to every frame. I copy the world to camera matrix by ``` if(pTracker->mLastProcessedState==Tracking::WORKING) { mTransfromW2C =...
Hi, Why there is no destructor function for lots of class used in orb_slam, like class KeyFrame? If we decide to delete a KeyFrame, like in KeyFrameCulling(), would the memory...
ORB_SLAM with error like: ``` [ INFO] [1448329079.773750675]: New Map created with 117 points *** Error in `./ORB_SLAM': malloc(): memory corruption: 0x00007f61b813b9b0 *** Aborted (core dumped) ``` Does anyone has...
Hi, Can you tell me please witch camera (and other equipments,PC.... ) did you use, thank you. Best regards.
Hello, It would be interesting to combine this SLAM system with a feature detector and descriptor _other than **ORB**_, primarily to compare performance in special use cases, such as _environments...
Hi, I ran orbslam in catkin workspace and tested some sequences of KITTI. However, most of the results were worse than those on the paper. By the way, I have...
Hello, I am trying to change the video source from the example package to my own webcam.I have used the usb-cam package of ros and it works.But the matches of...
Hi, can you show me where I can find Frame , Map,Camera and World because I don't find them under ORB_SLAM (in general I think that I didn't understand those...
Hi is it possible to apply the loop closing algorithm on an existing .ply fileset? regards john
thank you for your sharing code. i want to run the code on phone. can you give me some ideas?