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"
5
#include "
utils/lidar_point.hpp
"
6
13
class
WallRemoval
{
14
public
:
23
virtual
void
remove_walls
(
const
sensor_msgs::msg::PointCloud2::SharedPtr& point_cloud,
24
sensor_msgs::msg::PointCloud2::SharedPtr& output_cloud) = 0;
25
};
WallRemoval
Abstract base class for wall removal of point clouds.
Definition
wall_removal.hpp:13
WallRemoval::remove_walls
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.
lidar_point.hpp
src
perception
include
wall_removal
wall_removal.hpp
Generated by
1.9.8