rpng / open_vins

An open source platform for visual-inertial navigation research.
https://docs.openvins.com
GNU General Public License v3.0
2.06k stars 616 forks source link

Saving map and evaluating RPE. #347

Closed meepo20 closed 1 year ago

meepo20 commented 1 year ago

ros2 launch ov_msckf subscribe.launch.py config:=euroc_mav max_cameras:=1 ros2 bag play

Getting this error when I play from a ROS2 bag. How to save map as well as other relevant data to use with OV_EVAL Are there any guides on how to use OV_EVAL I'd like to use it to check the RPE

goldbattle commented 1 year ago

The most recent points are published on /ov_msckf/loop_feats so this can be helpful if you want to reconstruct an incremental map. The code only keeps track of a local map since this is an odometry method, thus no code currently saves the map, nor evaluates it.

To evaluate error, please checkout the documentation website: