Browse Source

autotest: expand the comment a bit more

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

9
Tools/autotest/sim_arduplane.sh

@ -22,9 +22,12 @@ gnome-terminal -e '../Tools/autotest/jsbsim/runsim.py --home=-35.362938,149.1650 @@ -22,9 +22,12 @@ gnome-terminal -e '../Tools/autotest/jsbsim/runsim.py --home=-35.362938,149.1650
sleep 2
popd
# if you wanted to forward packets out a serial link for testing andropilot, then
# add --out /dev/serial/by-id/usb-FTDI* to your command line. You might also like to
# add --map and --console
# if you wanted to forward packets out a serial link for testing
# andropilot, then add --out /dev/serial/by-id/usb-FTDI* to your
# command line along with a baudrate. You might also like to add --map
# and --console
# 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 $*

Loading…
Cancel
Save