Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 428 Bytes

Unscented-Kalman-Filter

Implementation of an unscented Kalman filter to fuse lidar and radar sensor data.

Input and Output files are required

Usage:
  /Unscented-Kalman-Filter [OPTION...] positional parameters

  -h, --help        Print help
  -i, --input arg   Input File
  -o, --output arg  Output file
  -v, --verbose     verbose flag
  -r, --radar       use only radar data
  -l, --lidar       use only lidar data