AP_MotorsHeli: Yaw servo to move when using SV_MAN param for setup.

This commit is contained in:
Robert Lefebvre 2015-10-21 10:15:42 -04:00 committed by Randy Mackay
parent 146c0319a7
commit 0228a99d4e

View File

@ -267,14 +267,14 @@ void AP_MotorsHeli::output_disarmed()
_roll_control_input = 0;
_pitch_control_input = 0;
_throttle_control_input = 1000;
_yaw_control_input = 0;
_yaw_control_input = 4500;
break;
case SERVO_CONTROL_MODE_MANUAL_MIN:
// fixate min collective
_roll_control_input = 0;
_pitch_control_input = 0;
_throttle_control_input = 0;
_yaw_control_input = 0;
_yaw_control_input = -4500;
break;
default:
// no manual override