autotest: added comment for typical command line

This commit is contained in:
Andrew Tridgell 2013-09-04 13:16:14 +10:00
parent 0c926c38b1
commit c15d784976
1 changed files with 1 additions and 0 deletions

View File

@ -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 $*