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.