mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
POSIX: Added sleep command
The baro was not fully initialized when the sensors module tried to open it. Added a sleep command and a sleep 2 to rc.S so the baro is initialized by the time the sensors module tried to read it. Fixed other noisy errors Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
uorb start
|
||||
simulator start -s
|
||||
sleep 2
|
||||
barosim start
|
||||
adcsim start
|
||||
accelsim start
|
||||
|
||||
Reference in New Issue
Block a user