Browse Source

Update Tools/gazebo_sitl_multiple_run.sh

Co-authored-by: JaeyoungLim <jalim@ethz.ch>
master
SungTae Moon 3 years ago committed by JaeyoungLim
parent
commit
2adf3f959b
  1. 2
      Tools/gazebo_sitl_multiple_run.sh

2
Tools/gazebo_sitl_multiple_run.sh

@ -127,7 +127,7 @@ else @@ -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

Loading…
Cancel
Save