mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-28 19:48:31 -04:00
AP_SpdHgtControl: added get_land_sinkrate()
This commit is contained in:
parent
cafb38e923
commit
8c1cab84c7
@ -65,6 +65,9 @@ public:
|
||||
// return maximum climb rate
|
||||
virtual float get_max_climbrate(void) const = 0;
|
||||
|
||||
// return landing sink rate
|
||||
virtual float get_land_sinkrate(void) const = 0;
|
||||
|
||||
// add new controllers to this enum. Users can then
|
||||
// select which controller to use by setting the
|
||||
// SPDHGT_CONTROLLER parameter
|
||||
|
Loading…
Reference in New Issue
Block a user