MORB_SLAM icon indicating copy to clipboard operation
MORB_SLAM copied to clipboard

MORB-SLAM: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM

Results 34 MORB_SLAM issues
Sort by recently updated
recently updated
newest added

Memory Leak due to MapPoins and KeyFrames not being deleted, only the pointers. https://github.com/UZ-SLAMLab/ORB_SLAM3/issues/219

bug
good first issue
detective work

See https://github.com/UZ-SLAMLab/ORB_SLAM3/issues/271 for potential fix.

bug
detective work

## Description: Vocabulary takes a long time to load. ## Solution: https://github.com/TeerapongPoom/ORB_SLAM3-RGBD-Inertial

enhancement
detective work

## Description: In localization mode, after loading from a file, it might not track properly. ## Solution: See this post: https://github.com/UZ-SLAMLab/ORB_SLAM3/issues/515 Relates to #35

bug
feature
detective work
high priority

## Description: It is possible for the poses outputted by **Tcw** from **TrackStereo** have jumps/changes. ## Solution: This happens when the IMU initializes itself, make sure to multiply the outputted...

detective work
low priority

## Description: If the camera is covered for a bit, SLAM is unable to re-locate itself. See https://github.com/UZ-SLAMLab/ORB_SLAM3/issues/377. See https://github.com/UltiFix/ORB_SLAM3/commit/3e3f9ee095dd8cfc0bb7562dcf2eef4b4839ca06 for a fix that worked

## Description: See https://github.com/UZ-SLAMLab/ORB_SLAM3/issues/355. Effectively, the sorting uses the address of a pointer, which makes the entire thing not reproducible. Need to see if this is even necessary in the...

detective work
low priority

## Description https://github.com/UZ-SLAMLab/ORB_SLAM3/issues/332 details many issues that make it such that none of the optimizations are actually being used.

bug
detective work

Ensure that the IMU is well initialized. See https://github.com/UZ-SLAMLab/ORB_SLAM3/issues/325

question
detective work
low priority

See https://github.com/UZ-SLAMLab/ORB_SLAM3/issues/320 for a potential optimization.

detective work