mirror of https://github.com/ArduPilot/ardupilot
autotest: added comment for typical command line
This commit is contained in:
parent
0c926c38b1
commit
c15d784976
|
@ -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…
Reference in New Issue