The project is useed for processing lidar and radar data to get fusion position results. Lidar data is processed to (x, y) in vehicle coordinate. And radar can produce (phi, theta, velocity) and it can be transformed to (data
file is used in main.cc
, which has real, measurement and predicted by KF data.
- The kernel program is 'radar_lidar_kf.cc' and 'kalman_filter.cc', which are compiled to shared library called
radar_lidar_kf
. - For testing the library, we use main.cc and data/.txt to get results and difference.
mkdir build
cd script
./start.sh