Autoware.Auto
polygon_remover.hpp File Reference

This file defines the polygon_remover class. More...

#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polygon_2_algorithms.h>
#include <polygon_remover/visibility_control.hpp>
#include <common/types.hpp>
#include <sensor_msgs/msg/point_cloud2.hpp>
#include <visualization_msgs/msg/marker.h>
#include <geometry_msgs/msg/polygon.hpp>
#include <visualization_msgs/msg/marker.hpp>
#include <cmath>
#include <algorithm>
#include <memory>
#include <limits>
#include <string>
#include <vector>
Include dependency graph for polygon_remover.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  autoware::perception::filters::polygon_remover::PolygonRemover
 

Namespaces

 autoware
 This file defines the lanelet2_map_provider_node class.
 
 autoware::perception
 Perception related algorithms and functionality, such as those acting on 3D lidar data, camera data, radar, or ultrasonic information.
 
 autoware::perception::filters
 Classifiers and operations that act to reduce or organize data. Currently this namespace is strictly for point cloud filters, e.g. voxelgrid and ground filtering, but in the future it may include filtering for images and other functionality.
 
 autoware::perception::filters::polygon_remover
 

Detailed Description

This file defines the polygon_remover class.