mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_SpdHgtControl: added load_factor in update_pitch_throttle()
This commit is contained in:
parent
bf591b0008
commit
3667900e84
@ -42,7 +42,8 @@ public:
|
||||
enum FlightStage flight_stage,
|
||||
int32_t ptchMinCO_cd,
|
||||
int16_t throttle_nudge,
|
||||
float hgt_afe) = 0;
|
||||
float hgt_afe,
|
||||
float load_factor) = 0;
|
||||
|
||||
// demanded throttle in percentage
|
||||
// should return 0 to 100
|
||||
|
Loading…
Reference in New Issue
Block a user