Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
wall_removal.hpp
Go to the documentation of this file.
1#pragma once
2#include <vector>
3
4#include "sensor_msgs/msg/point_cloud2.hpp"
6
14public:
23 virtual void remove_walls(const sensor_msgs::msg::PointCloud2::SharedPtr& point_cloud,
24 sensor_msgs::msg::PointCloud2::SharedPtr& output_cloud) = 0;
25};
Abstract base class for wall removal of point clouds.
virtual void remove_walls(const sensor_msgs::msg::PointCloud2::SharedPtr &point_cloud, sensor_msgs::msg::PointCloud2::SharedPtr &output_cloud)=0
Removes walls from the input point cloud.