Autoware.Auto
cluster2d.hpp File Reference
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/point_cloud.h>
#include <autoware_auto_perception_msgs/msg/bounding_box.hpp>
#include <autoware_auto_perception_msgs/msg/bounding_box_array.hpp>
#include <autoware_auto_perception_msgs/msg/point_clusters.hpp>
#include <common/types.hpp>
#include <apollo_lidar_segmentation/disjoint_set.hpp>
#include <apollo_lidar_segmentation/util.hpp>
#include <apollo_lidar_segmentation/visibility_control.hpp>
#include <memory>
#include <vector>
Include dependency graph for cluster2d.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  autoware::perception::segmentation::apollo_lidar_segmentation::Obstacle
 Internal obstacle representation. More...
 
class  autoware::perception::segmentation::apollo_lidar_segmentation::Cluster2D
 Handle the ouput of the CNN-based prediction by obtaining information on individual cells. 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::segmentation
 
 autoware::perception::segmentation::apollo_lidar_segmentation
 

Enumerations

enum  autoware::perception::segmentation::apollo_lidar_segmentation::MetaType {
  autoware::perception::segmentation::apollo_lidar_segmentation::MetaType::META_UNKNOWN, autoware::perception::segmentation::apollo_lidar_segmentation::MetaType::META_SMALLMOT, autoware::perception::segmentation::apollo_lidar_segmentation::MetaType::META_NONMOT, autoware::perception::segmentation::apollo_lidar_segmentation::MetaType::META_PEDESTRIAN,
  autoware::perception::segmentation::apollo_lidar_segmentation::MetaType::MAX_META_TYPE
}
 Internal obstacle classification categories. More...