Browse Source

autotest: added comment for typical command line

master
Andrew Tridgell 12 years ago
parent
commit
c15d784976
  1. 1
      Tools/autotest/sim_arduplane.sh

1
Tools/autotest/sim_arduplane.sh

@ -62,4 +62,5 @@ popd @@ -62,4 +62,5 @@ popd
# for example:
# sim_arduplane.sh --out /dev/serial/by-id/usb-FTDI* --baudrate 57600 --map --console
# mavproxy.py --master tcp:127.0.0.1:5760 --sitl 127.0.0.1:5501 --out 127.0.0.1:14550 --out 127.0.0.1:14551
mavproxy.py --master $MAVLINK_PORT --sitl $SIMOUT_PORT --out 127.0.0.1:14550 --out 127.0.0.1:14551 $*

Loading…
Cancel
Save