mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-15 22:07:35 +08:00
Merge branch 'beta_mavlink2' of github.com:PX4/Firmware into beta_mavlink2
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
echo "Starting MAVLink on this USB console"
|
||||
|
||||
mavlink start -r 5000 -d /dev/ttyACM0
|
||||
mavlink start -r 10000 -d /dev/ttyACM0
|
||||
|
||||
# Exit shell to make it available to MAVLink
|
||||
exit
|
||||
|
||||
@@ -393,7 +393,7 @@ then
|
||||
if [ $HIL == yes ]
|
||||
then
|
||||
sleep 1
|
||||
set MAVLINK_FLAGS "-r 10000 -d /dev/ttyACM0 -m hil"
|
||||
set MAVLINK_FLAGS "-r 10000 -d /dev/ttyACM0"
|
||||
usleep 5000
|
||||
else
|
||||
# Normal mode, use baudrate 57600 (default) and data rate 1000 bytes/s
|
||||
|
||||
Reference in New Issue
Block a user