mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
landdetector: maybe_landed for rover
This commit is contained in:
parent
8f7ebc1f3a
commit
4e204e00cb
@ -67,6 +67,12 @@ bool RoverLandDetector::_get_ground_contact_state()
|
||||
return false;
|
||||
}
|
||||
|
||||
bool RoverLandDetector::_get_maybe_landed_state()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
bool RoverLandDetector::_get_landed_state()
|
||||
{
|
||||
return false;
|
||||
|
||||
@ -64,6 +64,8 @@ protected:
|
||||
|
||||
virtual bool _get_ground_contact_state() override;
|
||||
|
||||
virtual bool _get_maybe_landed_state() override;
|
||||
|
||||
virtual bool _get_freefall_state() override;
|
||||
|
||||
virtual float _get_max_altitude() override;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user