VO Data Without IMU Fusion
-
Is it possible to get the visual odometry data before IMU fusion in other words just the visual odometry?
-
@boga There's a number of ways to get it. One way, if you are using qvio, is with voxl-logger. For example:
voxl-logger -v qvio
will store the odometry data in/data/voxl-logger/logxxxx/run/mpa/qvio/data.csv
. You can start this in a service file (e.g. /etc/systemd/system/voxl-logger.service) so that it is always generating a log -
@boga , QVIO requires IMU data to run, so it cannot output anything unless it receives images and IMU. There is no "Visual Odometry only" option to run QVIO.
Are you just looking to track features in the frame using images only or to get a full 3D pose solution and 3D feature locations just from images? (latter will be an issue for monocular camera because there is no scale if there is no IMU).
Alex