Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/rpng/open_vins/llms.txt

Use this file to discover all available pages before exploring further.

OpenVINS is evaluated against a broad collection of public visual-inertial benchmark datasets, spanning aerial MAVs, handheld devices, ground vehicles, and racing drones. Each dataset comes with a matched configuration file tuned for that sensor and environment. This page documents every supported dataset, its sensor specifications, sequence listing, and known caveats to be aware of before running evaluations.
If you are new to OpenVINS, start with the EuRoC MAV dataset. It has synchronized cameras and IMU, high-quality Vicon ground truth, and is the most widely used benchmark in VIO research. The provided configuration files give reasonable defaults out of the box.

EuRoC MAV Dataset

The EuRoC MAV dataset from ETH ASL is the most commonly used benchmark in visual-inertial research. A Micro Aerial Vehicle (MAV) flies through indoor environments of varying difficulty while a synchronized stereo camera and IMU record measurements.Sensors:
  • Stereo monochrome global shutter cameras (2× Aptina MT9V034) at 20 Hz
  • ADIS16448 MEMS IMU at 200 Hz
  • Vicon and Leica ground truth
Run script: run_ros_eth.sh
roslaunch ov_msckf serial.launch \
  config:="euroc_mav" \
  dataset:="V1_01_easy" \
  bag:="/path/to/V1_01_easy.bag" \
  dobag:="true" \
  max_cameras:="2" \
  use_stereo:="true"
V1_01_easy ground truth issue: The orientation estimate in the published V1_01_easy ground truth is inaccurate. The RPNG group has recomputed a corrected trajectory using the vicon2gt utility by jointly optimizing inertial and Vicon readings. The corrected ground truth is available at this Google Drive link and should be used for ATE evaluation.
The Machine Hall sequences begin with the MAV being picked up and set down. This initial pickup phase can be skipped (see the bag_start parameters in the run script). It can be handled by the filter if SLAM features are enabled.
Dataset NameLength (m)ROS1 BagROS2 BagGround TruthConfig
Vicon Room 1 0158downloaddownloadlinkconfig
Vicon Room 1 0276downloaddownloadlinkconfig
Vicon Room 1 0379downloaddownloadlinkconfig
Vicon Room 2 0137downloaddownloadlinkconfig
Vicon Room 2 0283downloaddownloadlinkconfig
Vicon Room 2 0386downloaddownloadlinkconfig
Machine Hall 0180downloaddownloadlinkconfig
Machine Hall 0273downloaddownloadlinkconfig
Machine Hall 03131downloaddownloadlinkconfig
Machine Hall 0492downloaddownloadlinkconfig
Machine Hall 0598downloaddownloadlinkconfig

Build docs developers (and LLMs) love