Apollo
6.0
Open source self driving car software
|
#include <algorithm>
#include <memory>
#include <numeric>
#include <vector>
#include "modules/perception/base/point_cloud.h"
#include "modules/perception/lidar/common/cloud_mask.h"
Go to the source code of this file.
Classes | |
struct | apollo::perception::lidar::SppPoint |
struct | apollo::perception::lidar::SppCluster |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::lidar | |
Typedefs | |
typedef std::shared_ptr< SppCluster > | apollo::perception::lidar::SppClusterPtr |
typedef std::shared_ptr< const SppCluster > | apollo::perception::lidar::SppClusterConstPtr |