pipigenius / VI-Simulator

Visual Inertial Simulator for Visual Odometry/SLAM algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VI_SIMULATOR

This project contains a standalone Visual Inertial Simulator in order to test different visual inertial odometry(vio) and SLAM algorithms.

The majority of this project derives from the OpenVINS project. This version ,however, only has a single dependency on Eigen, whereas OpenVINS requires OpenCV and ROS.

It also has an optional dependency on Pangolin, which allows you to visualize the sim results.

Dependencies

Required:

  • Eigen

Optional

  • Pangolin

Credit

University of Delaware's OpenVINS project.

About

Visual Inertial Simulator for Visual Odometry/SLAM algorithms


Languages

Language:C++ 96.6%Language:CMake 3.4%