Autoware.Auto
polygon_remover.cpp File Reference
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polygon_2_algorithms.h>
#include <lidar_utils/point_cloud_utils.hpp>
#include <common/types.hpp>
#include <geometry_msgs/msg/polygon.hpp>
#include <tuple>
#include <memory>
#include <string>
#include <vector>
#include "polygon_remover/polygon_remover.hpp"
Include dependency graph for polygon_remover.cpp:

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
 

Typedefs

using autoware::perception::filters::polygon_remover::Polygon = geometry_msgs::msg::Polygon
 
using autoware::perception::filters::polygon_remover::K = CGAL::Exact_predicates_inexact_constructions_kernel
 
using autoware::perception::filters::polygon_remover::PointCgal = K::Point_2