forked from Archive/PX4-Autopilot
Update Tools/gazebo_sitl_multiple_run.sh
Co-authored-by: JaeyoungLim <jalim@ethz.ch>
This commit is contained in:
parent
bc5d55c4a4
commit
2adf3f959b
|
@ -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…
Reference in New Issue