Apollo
6.0
Open source self driving car software
|
#include "modules/perception/base/concurrent_object_pool.h"
#include "modules/perception/lidar/common/lidar_frame.h"
Go to the source code of this file.
Classes | |
struct | apollo::perception::lidar::LidarFrameInitializer |
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::ConcurrentObjectPool< LidarFrame, kLidarFramePoolSize, LidarFrameInitializer > | apollo::perception::lidar::LidarFramePool |