reduced the wait time at the end of the motor ramp to not unnecessary stress the system

This commit is contained in:
Andreas Antener
2016-09-21 08:52:15 +02:00
parent 3b58caa32a
commit e7d90b1cd3
+1 -1
View File
@@ -384,7 +384,7 @@ int motor_ramp_thread_main(int argc, char *argv[])
}
case RAMP_WAIT: {
if (timer > 1.0f) {
if (timer > 0.5f) {
_thread_should_exit = true;
PX4_WARN("stopping");
break;