Autoware.Auto
radius_search_2d_filter_node.hpp File Reference

This file defines the RadiusSearch2DFilterNode class. More...

#include <vector>
#include <memory>
#include "common/types.hpp"
#include "outlier_filter_nodes/visibility_control.hpp"
#include "filter_node_base/filter_node_base.hpp"
#include "outlier_filter/radius_search_2d_filter.hpp"
#include "rclcpp/rclcpp.hpp"
Include dependency graph for radius_search_2d_filter_node.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::outlier_filter_nodes::RadiusSearch2DFilterNode
 Node inheriting from FilterNodeBase and is the ROS2 node interface for the. More...
 

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::outlier_filter_nodes
 

Detailed Description

This file defines the RadiusSearch2DFilterNode class.