forked from Archive/PX4-Autopilot
HIL: Increased MAVLink link wait time based on previous experience that this is timing sensitive.
This commit is contained in:
parent
1196fb03c7
commit
78bf7ed969
|
@ -403,7 +403,8 @@ then
|
|||
then
|
||||
if [ $HIL == yes ]
|
||||
then
|
||||
sleep 1
|
||||
# Sleep required to ensure the link is up
|
||||
sleep 5
|
||||
set MAVLINK_FLAGS "-r 10000 -d /dev/ttyACM0"
|
||||
else
|
||||
# Normal mode, use baudrate 57600 (default) and data rate 1000 bytes/s
|
||||
|
|
Loading…
Reference in New Issue