landdetector: maybe_landed for rover

This commit is contained in:
Dennis Mannhart
2017-05-30 10:41:17 +02:00
committed by Lorenz Meier
parent 8f7ebc1f3a
commit 4e204e00cb
2 changed files with 8 additions and 0 deletions
@@ -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;