Skip to content

C++ implementation of EKF using Radar and Lidar measurements for pedestrians' detection.

Notifications You must be signed in to change notification settings

Mostafa-Mansour/EKF-RADAR-LIDAR

Repository files navigation

EKF-RADAR-LIDAR

C++ implementation of EKF using Radar and Lidar measurements for pedestrians' detection.


For more information about how the code is organized, please check the write_up file.


Dependences

  • The code used Eigen library. Please, download in the root of the repository folder.
  • Cmake. It can be installed using this bash file.

Building

  • Clone the repository and on the root of the repository folder do the next steps,
  • cd build
  • cmake ..
  • make

Running

  • ./EKF-RADAR-LIDAR

You can use Clion IDE for building and running.

About

C++ implementation of EKF using Radar and Lidar measurements for pedestrians' detection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published