orb_slam_2_ros
orb_slam_2_ros copied to clipboard
Data stored in the map binary file
Hello, From reading the ORB slam paper, I assume it contains:
- Key frames: BoW vectors for the keyframes
- tracked features in the keyframes
- 3D location of these tracked features
Is any other information saved? Is there any additional information on the above as well(for eg, if the tracked features are saved, are they saved as raw orb features)?