mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 17:40:12 +08:00
Merge branch 'mavlink2_hil' into paul_estimator_mavlink2
This commit is contained in:
@@ -392,7 +392,7 @@ then
|
|||||||
if [ $HIL == yes ]
|
if [ $HIL == yes ]
|
||||||
then
|
then
|
||||||
sleep 1
|
sleep 1
|
||||||
set MAVLINK_FLAGS "-r 10000 -d /dev/ttyACM0 -m hil"
|
set MAVLINK_FLAGS "-r 10000 -d /dev/ttyACM0"
|
||||||
usleep 5000
|
usleep 5000
|
||||||
else
|
else
|
||||||
# Normal mode, use baudrate 57600 (default) and data rate 1000 bytes/s
|
# Normal mode, use baudrate 57600 (default) and data rate 1000 bytes/s
|
||||||
|
|||||||
Reference in New Issue
Block a user