Copter: integrate slow start feature

This commit is contained in:
Randy Mackay 2013-09-12 22:29:53 +09:00
parent 36bbed8fdd
commit 072b231c3f

View File

@ -991,6 +991,8 @@ set_throttle_takeoff()
if (g.pid_throttle_accel.get_integrator() < 0) {
g.pid_throttle_accel.reset_I();
}
// tell motors to do a slow start
motors.slow_start(true);
}
// get_throttle_accel - accelerometer based throttle controller