mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 08:17:35 +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: {
|
||||
if (timer > 1.0f) {
|
||||
if (timer > 0.5f) {
|
||||
_thread_should_exit = true;
|
||||
PX4_WARN("stopping");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user