mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 03:00:36 +08:00
sitl_multiple_run.sh: fix port description
This has changed as we changed to TCP with the lockstep implementation.
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
# run multiple instances of the 'px4' binary, but w/o starting the simulator.
|
# run multiple instances of the 'px4' binary, but w/o starting the simulator.
|
||||||
# It assumes px4 is already built, with 'make px4_sitl_default'
|
# 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:
|
# For example jmavsim can be run like this:
|
||||||
#./Tools/jmavsim_run.sh -p 14561
|
#./Tools/jmavsim_run.sh -p 4561
|
||||||
|
|
||||||
sitl_num=2
|
sitl_num=2
|
||||||
[ -n "$1" ] && sitl_num="$1"
|
[ -n "$1" ] && sitl_num="$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user