From 155a2121093f67bb4812a9a6f85569b462a77657 Mon Sep 17 00:00:00 2001 From: JaeyoungLim Date: Wed, 11 Dec 2019 11:55:38 +0100 Subject: [PATCH] Update comments --- Tools/gazebo_sitl_multiple_run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/gazebo_sitl_multiple_run.sh b/Tools/gazebo_sitl_multiple_run.sh index fb75e69de5..0618edb7df 100755 --- a/Tools/gazebo_sitl_multiple_run.sh +++ b/Tools/gazebo_sitl_multiple_run.sh @@ -3,8 +3,8 @@ # It assumes px4 is already built, with 'make px4_sitl_default' # 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 4561 -l +# For example gazebo can be run like this: +#./Tools/gazebo_sitl_multiple_run.sh sitl_num=2 [ -n "$1" ] && sitl_num="$1"