Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.
/ monoVO Public archive

Monocular Visual Odometry built around ROS. This is an offshoot of my INVIO visual inertial odometry.

License

Notifications You must be signed in to change notification settings

k-sheridan/monoVO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mono VO

Developed by Kevin Sheridan, Purdue University.

While this software does work, it is lacking occlusion detection and a bugless EKF implementation.

I extracted this code from my INVIO project because I decided to switch my method for visual odometry. This visual odometry algorithm is not robust enough for my liking due to how it estimates the depth of features and deals with outliers.

Performance

Small Scale Results

Brick Wall Results

The speed of the program per frame on a laptop (2015 Macbook Pro in my case)

runtimes per frame:

Feature Extraction: 0.1-0.3ms

KLT Feature Tracking for 300 features: 0.8-3ms

Motion Estimation with 100-300 features: 0.03 - 0.2ms

Depth Measurement and Update for 200 features: 0.5ms

###Total: 1.43 - 5.43ms

Runs using 1 thread.

Quick ROS installation guide

(developed using ROS Kinetic)

  1. cd ~/catkin_ws/src

  2. git clone https://github.com/pauvsi/monoVO

  3. sudo apt-get install ros-{your distribution}-sophus

  4. cd ..

  5. catkin_make

this should compile the entire package. If there is an issue please create an issue on this repo!

Usage

You must provide a rectified mono image with a corresponding camera info on topics /camera/image_rect and /camera/camera_info respectively. This is temporary.

Development Status

Finished for the foreseeable future.

About

Monocular Visual Odometry built around ROS. This is an offshoot of my INVIO visual inertial odometry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •