mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
TradHeli: Fixing bug that causes Alt_Hold mode to use the Stab_Throttle scaling. It should not have this scaling, it should have access to full swashplate range.
This commit is contained in:
parent
6f0868a9f8
commit
cbbba3a359
@ -1845,7 +1845,7 @@ void update_throttle_mode(void)
|
||||
}
|
||||
|
||||
#if FRAME_CONFIG == HELI_FRAME
|
||||
if (roll_pitch_mode == ROLL_PITCH_STABLE){
|
||||
if (control_mode == STABILIZE){
|
||||
motors.stab_throttle = true;
|
||||
} else {
|
||||
motors.stab_throttle = false;
|
||||
|
Loading…
Reference in New Issue
Block a user