|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <memory>#include <rclcpp/rclcpp.hpp>#include "common_lib/maths/transformations.hpp"#include "perception_sensor_lib/data_association/base_data_association.hpp"

Go to the source code of this file.
Classes | |
| class | MaximumLikelihoodNLL |
| Data association implementation that uses the Negative Log-Likehood as criterion to make observation matches. More... | |