|
|
|
@ -241,6 +241,7 @@ void Copter::exit_mode(uint8_t old_control_mode, uint8_t new_control_mode)
@@ -241,6 +241,7 @@ void Copter::exit_mode(uint8_t old_control_mode, uint8_t new_control_mode)
|
|
|
|
|
// firmly reset the flybar passthrough to false when exiting acro mode.
|
|
|
|
|
if (old_control_mode == ACRO) { |
|
|
|
|
attitude_control.use_flybar_passthrough(false, false); |
|
|
|
|
motors.set_acro_tail(false); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// reset RC Passthrough to motors
|
|
|
|
|