Apollo  6.0
Open source self driving car software
Classes | Namespaces | Typedefs
lidar_frame_pool.h File Reference
#include "modules/perception/base/concurrent_object_pool.h"
#include "modules/perception/lidar/common/lidar_frame.h"
Include dependency graph for lidar_frame_pool.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