mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 05:05:19 +08:00
reduced the wait time at the end of the motor ramp to not unnecessary stress the system
This commit is contained in:
@@ -384,7 +384,7 @@ int motor_ramp_thread_main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
case RAMP_WAIT: {
|
case RAMP_WAIT: {
|
||||||
if (timer > 1.0f) {
|
if (timer > 0.5f) {
|
||||||
_thread_should_exit = true;
|
_thread_should_exit = true;
|
||||||
PX4_WARN("stopping");
|
PX4_WARN("stopping");
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user