/eqf_vio

C++ Implementation of "An Equivariant Filter for Visual Inertial Odometry", ICRA 2021

Primary LanguageC++GNU General Public License v3.0GPL-3.0

EqF VIO (Equivariant Filter for Visual Inertial Odometry)

This repository contains an implementation of an Equivariant Filter (EqF) for Visual Inertial Odometry (VIO). Please check the wiki for instructions on how to install the project as a ROS node or as a standalone executable.

Dependencies

  • Eigen 3: sudo apt install libeigen3-dev
  • Yaml-cpp: sudo apt install libyaml-cpp-dev
  • GIFT (for feature tracking): https://github.com/pvangoor/GIFT