Browse Source

Copter: move 80% thr limit to MotorsTri

master
Randy Mackay 10 years ago
parent
commit
8754ce9eed
  1. 4
      ArduCopter/motors.pde

4
ArduCopter/motors.pde

@ -694,10 +694,6 @@ set_servos_4() @@ -694,10 +694,6 @@ set_servos_4()
if (ap.motor_test) {
motor_test_output();
} else {
#if FRAME_CONFIG == TRI_FRAME
// To-Do: implement improved stability patch for tri so that we do not need to limit throttle input to motors
g.rc_3.servo_out = min(g.rc_3.servo_out, 800);
#endif
motors.output();
}
}

Loading…
Cancel
Save