|
Formula Student Autonomous Systems
The code for the main driverless system
|
Class for Cone Differentiation using the Least Squares Method. More...
#include <least_squares_differentiation.hpp>


Public Member Functions | |
| void | coneDifferentiation (Cluster *cone_point_cloud) const override |
| Perform cone differentiation on a cone's point cloud using the Least Squares Method. | |
Class for Cone Differentiation using the Least Squares Method.
Definition at line 9 of file least_squares_differentiation.hpp.
|
overridevirtual |
Perform cone differentiation on a cone's point cloud using the Least Squares Method.
| cone_point_cloud | Cluster's point cloud. |
Implements ConeDifferentiation.
Definition at line 4 of file least_squares_differentiation.cpp.
