Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
cut_trimming.hpp
Go to the documentation of this file.
1#pragma once
2
4
5class CutTrimming : public FovTrimming {
6public:
11 CutTrimming(const TrimmingParameters params);
12
18 CutTrimming() = default;
19
29 void fov_trimming(const sensor_msgs::msg::PointCloud2::SharedPtr& point_cloud,
30 sensor_msgs::msg::PointCloud2::SharedPtr& trimmed_cloud) const override;
31};
void fov_trimming(const sensor_msgs::msg::PointCloud2::SharedPtr &point_cloud, sensor_msgs::msg::PointCloud2::SharedPtr &trimmed_cloud) const override
Perform ground removal on the input point cloud.
CutTrimming()=default
Default constructor.
Structure to hold parameters for trimming point cloud data.