Skip to content

RishiTejaMadduri/ros_mono_vo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Based Monocular Visual Odometry

Yet another MonoVO implementation. Written in C++. There are 2 branches to this repo. The main branch relies on ROS topics for its input image stream and calibration information and can be very easily changed to accept input from usb_cam and the vo-kitti branch takes input from kitti dataset.

Sample Results:

sample_results

Instructions

cd catkin_ws/src
git clone https://github.com/RishiTejaMadduri/ros_mono_vo.git
cd ..
catkin_make
roslaunch roslaunch ros_mono_vo ros_mono_vo.launch 

References:

While I built the pipeline from scract, the idea for publishing the odom poses was borrowed from https://github.com/edward0im/simple_mono_vo_ros

About

ROS based implementation of Monocular Visual Odometry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages