Apollo
6.0
Open source self driving car software
|
#include <i_ground.h>
Public Member Functions | |
BaseGroundDetector (const PlaneFitGroundDetectorParam ¶m) | |
virtual | ~BaseGroundDetector () |
virtual bool | Detect (const float *point_cloud, float *height_above_ground, unsigned int nr_points, unsigned int nr_point_elements)=0 |
Protected Attributes | |
const PlaneFitGroundDetectorParam & | param_ |
|
inlineexplicit |
|
inlinevirtual |
|
pure virtual |
Implemented in apollo::perception::common::PlaneFitGroundDetector.
|
protected |