ORB_SLAM2 icon indicating copy to clipboard operation
ORB_SLAM2 copied to clipboard

ORB_SLAM2 with map load/save function

Results 3 ORB_SLAM2 issues
Sort by recently updated
recently updated
newest added

The `response` property of `KeyPoint` is serialized twice. Replaced the second one with `size`.

Dear @Jiankai-Sun, Hello, I have used your code for ORB_SLAM2. Jiankai-Sun, thanks for your code. When I have compiled your code, I have faced error: sami@sami:~/orbslam2_catkin_ws/src/ORB_SLAM2/Examples/ROS/ORB_SLAM2/build$ make -j -- Found...

Hi, I have use compiled your code, and map saving and loading is really working I could use existing map to run localization mode for new videos. But when I...