raulmur / ORB_SLAM2

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
Other
9.17k stars 4.69k forks source link

how to run optimizing thread after loading map #1023

Open GauleeJX opened 2 years ago

GauleeJX commented 2 years ago

i have save map after running ORB_SLAM2, but now i add some constraints in optimizeEssentialGraph. So i would like to check the effeciency of my change. But in ORB_SLAM2, if i have a map, it will run in localization mode in which localmapping and optimization thread are deactived. How can i optimize the map after loading the map. Specifically, how to activate optimization thread in localization mode?