Browse Source

Copter: integrate attitude control's set-throttle-mix-manual

master
Leonard Hall 8 years ago committed by Randy Mackay
parent
commit
36b6218e31
  1. 2
      ArduCopter/land_detector.cpp

2
ArduCopter/land_detector.cpp

@ -145,7 +145,7 @@ void Copter::update_throttle_thr_mix() @@ -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…
Cancel
Save