mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_SpdHgtControl: added new path_propportion var
This commit is contained in:
parent
ee819959b6
commit
89ce0b062b
@ -70,6 +70,9 @@ public:
|
||||
// return landing sink rate
|
||||
virtual float get_land_sinkrate(void) const = 0;
|
||||
|
||||
// set path_proportion accessor
|
||||
virtual void set_path_proportion(float path_proportion) = 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