Coder Social home page Coder Social logo

eqvio's Introduction

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

Build Guide (for ros users)

Modify Options and settings in CMakeLists.txt

option( EQVIO_BUILD_TESTS "Build Tests" ON)
option( EQVIO_BUILD_VISUALISATION "Build Visualisation Tool" ON)
option( EQVIO_BUILD_ROSBAG "Build EqVIO with rosbag reading enabled" ON)
option( EQVIO_SUPPORT_CONCEPTS "Build EqVIO using c++20 concepts" OFF)
option( EXTRA_WARNINGS "Enable extra warnings from gcc" ON)

And then run

cmake ..  
cmake --build . -j8

Running Guide

ASL Dataset Format

intrinsics.yaml is not needed as it is included in each sensor folder ./build/eqvio_opt ./data/MH_03_medium/ configs/EQVIO_config_EuRoC_stationary.yaml --display --mode asl

ROS bag

The essential intrinsics.yaml is extracted from the sensors'.yaml files. Since all of the sensors in the Euroc dataset are identical, one intrinsics.yaml suits all. It is located in the root folder in our version. You should place the intrinsics.yaml in the same folder as the other bags when attempting to execute it.

run

./build/eqvio_opt  ./data/euroc/MH_03_medium.bag configs/EQVIO_config_EuRoC_stationary.yaml --display --mode ros

./build/eqvio_opt  ./data/euroc/V1_02_medium.bag configs/EQVIO_config_EuRoC_stationary.yaml --display --mode ros

run

And result can be seen in the output folder.

eqvio's People

Contributors

jingyang-huang avatar pvangoor avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.