Skip to content
Snippets Groups Projects
Commit 072b231c authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: integrate slow start feature

parent 36bbed8f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment