Browse Source

Copter: removed slow_start() from throw mode

mission-4.1.18
Andrew Tridgell 9 years ago committed by Randy Mackay
parent
commit
c035ade402
  1. 2
      ArduCopter/control_throw.cpp

2
ArduCopter/control_throw.cpp

@ -124,8 +124,6 @@ void Copter::throw_run() @@ -124,8 +124,6 @@ void Copter::throw_run()
// demand zero throttle (motors will be stopped anyway) and continually reset the attitude controller
attitude_control.set_throttle_out_unstabilized(0,true,g.throttle_filt);
motors.slow_start(true);
break;
case Throw_Detecting:

Loading…
Cancel
Save