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"
6
#include "
utils/lidar_point.hpp
"
7
13
class
ConeDifferentiation
{
14
public
:
21
virtual
void
coneDifferentiation
(
Cluster
* cone_point_cloud)
const
= 0;
22
};
Cluster
Represents a cluster of 3D points using PCL (Point Cloud Library).
Definition
cluster.hpp:14
ConeDifferentiation
Abstract class for cone differentiation based on cone reflectivity patterns.
Definition
cone_differentiation.hpp:13
ConeDifferentiation::coneDifferentiation
virtual void coneDifferentiation(Cluster *cone_point_cloud) const =0
Perform cone differentiation on a cone's point cloud.
cluster.hpp
lidar_point.hpp
src
perception
include
cone_differentiation
cone_differentiation.hpp
Generated by
1.9.8