forked from Archive/PX4-Autopilot
posix-configs scripts: remove unneeded 'sleep 1'
There is no need to wait, and it would be the wrong way of doing startup synchronization.
This commit is contained in:
parent
b1e27f4395
commit
644d237ce6
|
@ -53,7 +53,6 @@ barosim start
|
|||
adcsim start
|
||||
gpssim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -55,7 +55,6 @@ barosim start
|
|||
adcsim start
|
||||
gpssim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -53,7 +53,6 @@ barosim start
|
|||
adcsim start
|
||||
gpssim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -60,7 +60,6 @@ adcsim start
|
|||
gpssim start
|
||||
measairspeedsim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
navigator start
|
||||
|
|
|
@ -50,7 +50,6 @@ barosim start
|
|||
adcsim start
|
||||
gpssim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -68,7 +68,6 @@ adcsim start
|
|||
gpssim start
|
||||
measairspeedsim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -50,7 +50,6 @@ adcsim start
|
|||
gpssim start
|
||||
measairspeedsim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -52,7 +52,6 @@ barosim start
|
|||
adcsim start
|
||||
gpssim start
|
||||
pwm_out_sim mode_pwm16
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -53,7 +53,6 @@ barosim start
|
|||
adcsim start
|
||||
gpssim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -56,7 +56,6 @@ barosim start
|
|||
adcsim start
|
||||
gpssim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -55,7 +55,6 @@ barosim start
|
|||
adcsim start
|
||||
gpssim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -73,7 +73,6 @@ barosim start
|
|||
adcsim start
|
||||
gpssim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -60,7 +60,6 @@ adcsim start
|
|||
gpssim start
|
||||
measairspeedsim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
navigator start
|
||||
|
|
|
@ -55,7 +55,6 @@ barosim start
|
|||
adcsim start
|
||||
gpssim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -65,7 +65,6 @@ adcsim start
|
|||
gpssim start
|
||||
measairspeedsim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -52,7 +52,6 @@ barosim start
|
|||
adcsim start
|
||||
gpssim start
|
||||
pwm_out_sim mode_pwm16
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
land_detector start multicopter
|
||||
|
|
|
@ -37,7 +37,6 @@ adcsim start
|
|||
gpssim start
|
||||
measairspeedsim start
|
||||
pwm_out_sim mode_pwm
|
||||
sleep 1
|
||||
sensors start
|
||||
commander start
|
||||
navigator start
|
||||
|
|
Loading…
Reference in New Issue