Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
skidpad_trimming.hpp
Go to the documentation of this file.
1#pragma once
2
4
6public:
12
18 SkidpadTrimming() = 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};
SkidpadTrimming()=default
Default constructor.
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.
Structure to hold parameters for trimming point cloud data.