Apollo
6.0
Open source self driving car software
|
#include "modules/perception/base/light_object_pool.h"
#include "modules/perception/base/object_pool_types.h"
#include "modules/perception/lidar/lib/detector/cnn_segmentation/spp_engine/spp_cluster.h"
Go to the source code of this file.
Classes | |
struct | apollo::perception::lidar::SppClusterInitializer |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::lidar | |
Typedefs | |
typedef base::LightObjectPool< SppCluster, kSppClusterPoolSize, SppClusterInitializer, base::SensorType::VELODYNE_64 > | apollo::perception::lidar::SppClusterPool |