Skip to content
Snippets Groups Projects
Commit 39b99f45 authored by Reeves, David E's avatar Reeves, David E
Browse files

* base locations between training locations

parent fccb17a2
No related branches found
No related tags found
No related merge requests found
......@@ -316,7 +316,7 @@ UtilityFuncsExp.scheduleEvent(
dm,
info.getMyAssignedName(),
"GoalTracker_CreateConvoy",
5,
0.002,
al)
# activate three
......@@ -353,7 +353,7 @@ UtilityFuncsExp.scheduleEvent(
dm,
info.getMyAssignedName(),
"GoalTracker_CreateConvoy",
10,
0.003,
al)
</Code>
......@@ -519,6 +519,8 @@ for n in range(numDestinations):
del borg.redDestinations[0]
borg.redDestinations.append(destName)
convoyDests.append(destName)
if n != numDestinations-1:
convoyDests.append("ASSEMBLY_LOCATION")
# if it's an attack run (set in jump start) then the final destination will be a random
# attack position
......
......@@ -34,7 +34,7 @@ borg.goalPath = "HTN/Trees/"
# Scenario Parameters
#################################################################################################################################################################
# will the entities move to attack positions at the end of training?
borg.isAttackRun = True
borg.isAttackRun = False
# red training positions
borg.redDestinations=["TRAINING01", "TRAINING02", "TRAINING03", "TRAINING04", "TRAINING05", "TRAINING06", "TRAINING07", "TRAINING08", "TRAINING09", "TRAINING10", "TRAINING11", "TRAINING12", ]
# red attack positions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment