mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
Fixes to startup scripts, back to nominal defaults
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
sh /etc/init.d/rc.fw_defaults
|
sh /etc/init.d/rc.fw_defaults
|
||||||
|
|
||||||
echo "HIL Rascal 110 starting.."
|
echo "X Plane HIL starting.."
|
||||||
|
|
||||||
set HIL yes
|
set HIL yes
|
||||||
|
|
||||||
|
|||||||
@@ -385,7 +385,7 @@ then
|
|||||||
then
|
then
|
||||||
sleep 1
|
sleep 1
|
||||||
mavlink start -b 230400 -d /dev/ttyACM0
|
mavlink start -b 230400 -d /dev/ttyACM0
|
||||||
gps start -f
|
gps start
|
||||||
usleep 5000
|
usleep 5000
|
||||||
else
|
else
|
||||||
if [ $TTYS1_BUSY == yes ]
|
if [ $TTYS1_BUSY == yes ]
|
||||||
|
|||||||
Reference in New Issue
Block a user