26 namespace perception {
39 std::string
Name()
const override {
return "GroundServiceDetector"; }
44 double ground_threshold_ = 0.25;
std::shared_ptr< GroundService > GroundServicePtr
Definition: ground_service.h:104
GroundServiceDetector()=default
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: ground_service.h:28
Definition: base_ground_detector.h:28
Definition: base_ground_detector.h:30
Definition: base_ground_detector.h:32
bool Init(const GroundDetectorInitOptions &options=GroundDetectorInitOptions()) override
Definition: ground_service_detector.h:29
Definition: lidar_frame.h:33
bool Detect(const GroundDetectorOptions &options, LidarFrame *frame) override
std::string Name() const override
Definition: ground_service_detector.h:39
~GroundServiceDetector()=default