From d5100b10dc8f9c87351b2a91ee3c2eec09fa466c Mon Sep 17 00:00:00 2001 From: JaeyoungLim Date: Wed, 18 Dec 2019 22:33:28 +0100 Subject: [PATCH] Update comments --- Tools/gazebo_sitl_multiple_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/gazebo_sitl_multiple_run.sh b/Tools/gazebo_sitl_multiple_run.sh index 25ce1523cb..d6fd98298f 100755 --- a/Tools/gazebo_sitl_multiple_run.sh +++ b/Tools/gazebo_sitl_multiple_run.sh @@ -1,5 +1,5 @@ #!/bin/bash -# run multiple instances of the 'px4' binary, but w/o starting the simulator. +# run multiple instances of the 'px4' binary, with the gazebo SITL simulation # 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]