Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
cone_differentiation.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <utils/cluster.hpp>
4
5#include "sensor_msgs/msg/point_cloud2.hpp"
7
14public:
21 virtual void coneDifferentiation(Cluster* cone_point_cloud) const = 0;
22};
Represents a cluster of 3D points using PCL (Point Cloud Library).
Definition cluster.hpp:14
Abstract class for cone differentiation based on cone reflectivity patterns.
virtual void coneDifferentiation(Cluster *cone_point_cloud) const =0
Perform cone differentiation on a cone's point cloud.