Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 896 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 896 Bytes

Simple Monocular Visual Odometry method in ROS package

Requirement

  • ROS kinetic (Ubuntu 16.04) or ROS melodic (Ubuntu 18.04) download
  • KITTI odometry dataset download

Instruction

  • Clone this repository git clone https://github.com/edward0im/simple_mono_vo_ros.
  • Put this direcotory into your workspace such as catkin_ws.
  • Build the workspace using catkin_make.
  • Update ROS packages using rospack profile.
  • Edit the launch file launch/mono_vo_ros.launch
    • Change fn_kitti variable to the kitti path in your system.
  • Run roslaunch mono_vo_ros mono_vo_ros.launch.