Browse Source

sitl_multiple_run.sh: fix port description

This has changed as we changed to TCP with the lockstep implementation.
sbg
Julian Oes 6 years ago committed by Beat Küng
parent
commit
027d7e632e
  1. 4
      Tools/sitl_multiple_run.sh

4
Tools/sitl_multiple_run.sh

@ -2,9 +2,9 @@ @@ -2,9 +2,9 @@
# run multiple instances of the 'px4' binary, but w/o starting the simulator.
# It assumes px4 is already built, with 'make px4_sitl_default'
# The simulator is expected to send to UDP port 14560+i for i in [0, N-1]
# The simulator is expected to send to TCP port 4560+i for i in [0, N-1]
# For example jmavsim can be run like this:
#./Tools/jmavsim_run.sh -p 14561
#./Tools/jmavsim_run.sh -p 4561
sitl_num=2
[ -n "$1" ] && sitl_num="$1"

Loading…
Cancel
Save