|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <sensor_msgs/msg/point_cloud2.hpp>#include <string>#include <tuple>#include <vector>#include "center_calculation/centroid_calculation.hpp"#include "center_calculation/circunference_center_calculation.hpp"#include "utils/lidar_point.hpp"

Go to the source code of this file.
Classes | |
| class | Cluster |
| Represents a cluster of 3D points using PCL (Point Cloud Library). More... | |