Update Tools/gazebo_sitl_multiple_run.sh

Co-authored-by: JaeyoungLim <jalim@ethz.ch>
This commit is contained in:
SungTae Moon 2021-10-01 22:35:35 +09:00 committed by JaeyoungLim
parent bc5d55c4a4
commit 2adf3f959b
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ else
m=0
while [ $m -lt ${target_number} ]; do
export PX4_SIM_MODEL=${target_vehicle}${LABEL}
spawn_model ${target_vehicle} $n $target_x $target_y
spawn_model ${target_vehicle}${LABEL} $n $target_x $target_y
m=$(($m + 1))
n=$(($n + 1))
done