mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
Copter: integrate attitude control's set-throttle-mix-manual
This commit is contained in:
parent
c6d2fc3d5d
commit
36b6218e31
@ -145,7 +145,7 @@ void Copter::update_throttle_thr_mix()
|
||||
if(channel_throttle->get_control_in() <= 0) {
|
||||
attitude_control->set_throttle_mix_min();
|
||||
} else {
|
||||
attitude_control->set_throttle_mix_mid();
|
||||
attitude_control->set_throttle_mix_man();
|
||||
}
|
||||
} else {
|
||||
// autopilot controlled throttle
|
||||
|
Loading…
Reference in New Issue
Block a user