ORB_SLAM icon indicating copy to clipboard operation
ORB_SLAM copied to clipboard

A Versatile and Accurate Monocular SLAM

Results 102 ORB_SLAM issues
Sort by recently updated
recently updated
newest added
trafficstars

According to algorithm the median scene depth is calculated and used for scale. I want to know if we can replace median scene depth with measurements from rangefinder and obtain...

Hello guys, I got a classic problem but cannot solve it with classic solution. ``` arifle@ubuntu:~/orbslam/ORB_SLAM/build$ sudo cmake .. [sudo] password for arifle: CMake Error at CMakeLists.txt:2 (include): include could...

Hi, I got that error message during the ORB_SLAM make. I've done everything like in the manual. Regards, husdo /opt/ros/indigo/share/ORB_SLAM/Thirdparty/DBoW2/DBoW2/TemplatedVocabulary.h: In instantiation of ‘DBoW2::TemplatedVocabulary::~TemplatedVocabulary() [with TDescriptor = cv::Mat; F =...

Hello, is there a easy way to "get" just the SfM. I mean only the Point Cloud of the current Frame not the entire map. Greetings Alex

Could any help? ubuntu16.04 from /home/timing/Git_Repos_Summer/MonocularVOScaleRecoveryORB/Thirdparty/g2o/g2o/types/../core/optimizable_graph.h:41, from /home/timing/Git_Repos_Summer/MonocularVOScaleRecoveryORB/Thirdparty/g2o/g2o/types/../core/base_vertex.h:30, from /home/timing/Git_Repos_Summer/MonocularVOScaleRecoveryORB/Thirdparty/g2o/g2o/types/types_seven_dof_expmap.h:34, from /home/timing/Git_Repos_Summer/MonocularVOScaleRecoveryORB/include/orb_slam/LoopClosing.h:34, from /home/timing/Git_Repos_Summer/MonocularVOScaleRecoveryORB/include/orb_slam/LocalMapping.h:26, from /home/timing/Git_Repos_Summer/MonocularVOScaleRecoveryORB/include/orb_slam/Tracking.h:31, from /home/timing/Git_Repos_Summer/MonocularVOScaleRecoveryORB/include/orb_slam/FrameDrawer.h:24, from /home/timing/Git_Repos_Summer/MonocularVOScaleRecoveryORB/include/orb_slam/Viewer.h:25, from /home/timing/Git_Repos_Summer/MonocularVOScaleRecoveryORB/src/orb_slam/Viewer.cc:21: /usr/local/include/eigen3/Eigen/src/Core/util/Constants.h:162:37: note: declared here EIGEN_DEPRECATED const unsigned int...

My launch command: `rosrun ORB_SLAM ORB_SLAM Data/ORBvoc.yml Data/Settings.yaml` Generates this error. ![image](https://user-images.githubusercontent.com/31276182/29612318-4695f11a-881a-11e7-9d06-b3bc2c38da31.png) Files (ORBvoc.yml and Settings.yaml) are placed in the mentioned path, unzipped. System Info: I have Ubuntu 16.04 with...

I am looking for the variable in this algorithm where i can see the xy position of a key-points extracted from an image.

I am using mono ORB SLAM to run with TUM dataset. Everything works well except the `groundtruth.txt` provided starts with an offset (real world camera pose) while ORB SLAM outputs...

I am running ORBSLAM in ubuntu 14.04, sometimes, the loop closing thread gives a warning like "SparseOptimizer::Optimize 0 vertices to optimize, maybe forgot to call initializeOptimization()" during executing the OptimizeEssentialGraph...