File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 - " -visionAddress"
1010 - " 224.5.23.2:10020"
1111 - " -trackerAddress"
12- - " 224.5.23.2:10010 " # not yet overridable by autoRefs
12+ - " 224.5.23.2:11010 "
1313 - " -publishAddress"
1414 - " 224.5.23.1:11003"
1515 - " -address"
@@ -103,23 +103,27 @@ services:
103103 - team-client
104104
105105 autoref-tigers :
106- image : " tigersmannheim/auto-referee:1.0.0 "
106+ image : " tigersmannheim/auto-referee:1.1.3 "
107107 command :
108108 - " -a" # active mode (connect to GC)
109109 - " -hl" # headless
110110 - " --visionAddress"
111111 - " 224.5.23.2:10020"
112112 - " --refereeAddress"
113113 - " 224.5.23.1:11003"
114+ - " --trackerAddress"
115+ - " 224.5.23.1:11010"
114116 network_mode : " ${NETWORK_MODE}"
115117 depends_on :
116118 - simulator
117119
118120 autoref-erforce :
119- image : " roboticserlangen/autoref:commit-8561e9c4f912 "
121+ image : " roboticserlangen/autoref:commit-6f15f574ea80 "
120122 command :
121123 - " --vision-port"
122124 - " 10020"
125+ - " --tracker-port"
126+ - " 11010"
123127 - " --gc-port"
124128 - " 11003"
125129 network_mode : " ${NETWORK_MODE}"
@@ -145,7 +149,7 @@ services:
145149 - " -visionAddress"
146150 - " 224.5.23.2:10020"
147151 - " -trackerAddress"
148- - " 224.5.23.2:10010 "
152+ - " 224.5.23.2:11010 "
149153 - " -simControlPort"
150154 - " 10300"
151155 network_mode : " ${NETWORK_MODE}"
You can’t perform that action at this time.
0 commit comments