Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
nearest_neighbor.hpp File Reference
#include <memory>
#include <rclcpp/rclcpp.hpp>
#include "common_lib/maths/transformations.hpp"
#include "perception_sensor_lib/data_association/base_data_association.hpp"
Include dependency graph for nearest_neighbor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NearestNeighbor
 Data association implementation that uses the Malhanobis Distance only as criterion to make observation matches. More...