|
Apollo
v5.5.0
Open source self driving car software
|
#include <base_ground_detector.h>


Public Member Functions | |
| BaseGroundDetector ()=default | |
| virtual | ~BaseGroundDetector ()=default |
| virtual bool | Init (const GroundDetectorInitOptions &options=GroundDetectorInitOptions())=0 |
| virtual bool | Detect (const GroundDetectorOptions &options, LidarFrame *frame)=0 |
| virtual std::string | Name () const =0 |
|
default |
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |
1.8.13