Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
least_squares_differentiation.hpp
Go to the documentation of this file.
2
10public:
17 void coneDifferentiation(Cluster* cone_point_cloud) const override;
18};
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.
Class for Cone Differentiation using the Least Squares Method.
void coneDifferentiation(Cluster *cone_point_cloud) const override
Perform cone differentiation on a cone's point cloud using the Least Squares Method.