Skip to content

ROS fork of EqVIO: An Equivariant Filter for Visual Inertial Odometry from Pieter van Goor

License

Notifications You must be signed in to change notification settings

rizkymille/eqvio-ros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EqVIO (Equivariant Visual Inertial Odometry)

This repository contains the implementation of EqVIO: An Equivariant Filter (EqF) for Visual Inertial Odometry (VIO).

Please see https://pvangoor.github.io/eqvio_docs/ for the documentation.

Dependencies

Optional Dependencis

  • FreeGLUT (for visualisations): sudo apt install freeglut3-dev
  • ROS (for reading ROS-Bags): http://wiki.ros.org/ROS/Installation
  • Doxygen (for documentation): sudo apt install doxygen

Issues

Sometimes Eigen3 appears missing from CMake because of linker. Run these commands to repair:
cd /usr/include
sudo ln -sf eigen3/Eigen Eigen
sudo ln -sf eigen3/unsupported unsupported

About

ROS fork of EqVIO: An Equivariant Filter for Visual Inertial Odometry from Pieter van Goor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • CMake 5.8%