Apollo
6.0
Open source self driving car software
|
#include <memory>
#include <string>
#include <vector>
#include "modules/perception/base/object.h"
#include "modules/perception/base/point.h"
#include "modules/perception/base/point_cloud.h"
#include "modules/perception/lib/registerer/registerer.h"
#include "modules/perception/lidar/common/lidar_frame.h"
Go to the source code of this file.
Classes | |
struct | apollo::perception::lidar::ObjectBuilderInitOptions |
struct | apollo::perception::lidar::ObjectBuilderOptions |
class | apollo::perception::lidar::ObjectBuilder |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::lidar | |