Skip to content

andikarachman/Collision-Avoidance-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collision Avoidance System

In this project, we will:

  1. Develop a way to match 3D objects over time by using keypoint correspondences.
  2. Compute Time-To-Collision (TTC) based on Lidar measurements.
  3. We will then proceed to do the same using the camera, which requires to first associate keypoint matches to regions of interest and then to compute the TTC based on those matches.

Dependencies

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level project directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./3D_object_tracking.