Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROVIO on EUROC V2_03 difficult misses trajectory estimates #407

Open
JzHuai0108 opened this issue Jan 24, 2024 · 0 comments
Open

ROVIO on EUROC V2_03 difficult misses trajectory estimates #407

JzHuai0108 opened this issue Jan 24, 2024 · 0 comments

Comments

@JzHuai0108
Copy link
Contributor

JzHuai0108 commented Jan 24, 2024

Dear authors,

I used the tutorial_euroc on the master branch of maplab to process the EUROC dataset in stereo mode.
And lastly I exported the vimap into plain csv files including vertices.csv.
All resulting trajectories in vertices.csv look good except V2_03_difficult.
I recall that some paper mentioned that some algorithm cannot process this sequence due to a few missing frames, eg., VIO aided SfM. But in rviz, the ROVIO provides continuous dense odometry estimates.
So I guess the missing poses in vertices.csv or vi map has to do with probably the featureTracker module.

The vimap trajectory in vertices.csv are drawn in the below two figures.
traj
xyz

I ran ROVIO twice, and it gave very similar results on V2_03 difficult, so this is not a random phenomenon.
Can you please confirm this or give a fix?

FYI, my OS ubuntu 20.04, ROS Noetic.
The commands to produce above results:

rosrun rovioli tutorial_euroc $resultdir /path/to/v2_03_difficult.bag --vio_nframe_sync_max_output_frequency_hz=10
rosrun maplab_console batch_runner --batch_control_file $exportscript

The content of exportscript

# Yaml-format:
vi_map_folder_paths:
  - /path/to/maplab2/result/of/euroc/V2_03_difficult
commands:
  - load --map_key dummy_vi --map_folder=<CURRENT_VIMAP_FOLDER>
  - csv_export --csv_export_path <CURRENT_VIMAP_FOLDER>

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant