Getting Started
Welcome to the OpenVINS project! The following guides will help new users through the downloading of the software and running on datasets that we support. Additionally, we provide information on how to get your own sensors running on our system and have a guide on how we perform calibration. Please feel free to open an issue if you find any missing or areas that could be clarified.
High-level overview
From a high level the system is build on a few key algorithms. At the center we have the ov_
- Sparse feature visual tracking (KLT and descriptor-based)
- Fundamental math types used to represent states
- Initialization procedures
- Multi-sensor simulator that generates synthetic measurements
This ov_
Getting Started Guides
- Installation Guide (ROS1 and ROS2) — OpenVINS and dependencies within the ROS-based ecosystem
- Installation Guide (ROS Free) — How to leverage OpenVINS directly and install it as global library
- Installation Guide (Docker) — How to use OpenVINS within Docker and work with containers
- Simple Tutorial — Simple tutorial on getting OpenVINS running out of the box.
- Supported Datasets — Links to supported datasets and configuration files
- Sensor Calibration — Guide to how to calibration your own visual-inertial sensors.