Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::perception::lidar::BaseGroundDetector Class Referenceabstract

#include <base_ground_detector.h>

Inheritance diagram for apollo::perception::lidar::BaseGroundDetector:
Inheritance graph
Collaboration diagram for apollo::perception::lidar::BaseGroundDetector:
Collaboration graph

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
 

Constructor & Destructor Documentation

◆ BaseGroundDetector()

apollo::perception::lidar::BaseGroundDetector::BaseGroundDetector ( )
default

◆ ~BaseGroundDetector()

virtual apollo::perception::lidar::BaseGroundDetector::~BaseGroundDetector ( )
virtualdefault

Member Function Documentation

◆ Detect()

virtual bool apollo::perception::lidar::BaseGroundDetector::Detect ( const GroundDetectorOptions options,
LidarFrame frame 
)
pure virtual

◆ Init()

virtual bool apollo::perception::lidar::BaseGroundDetector::Init ( const GroundDetectorInitOptions options = GroundDetectorInitOptions())
pure virtual

◆ Name()

virtual std::string apollo::perception::lidar::BaseGroundDetector::Name ( ) const
pure virtual

The documentation for this class was generated from the following file: