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:
9
9
- " -visionAddress"
10
10
- " 224.5.23.2:10020"
11
11
- " -trackerAddress"
12
- - " 224.5.23.2:10010 " # not yet overridable by autoRefs
12
+ - " 224.5.23.2:11010 "
13
13
- " -publishAddress"
14
14
- " 224.5.23.1:11003"
15
15
- " -address"
@@ -103,23 +103,27 @@ services:
103
103
- team-client
104
104
105
105
autoref-tigers :
106
- image : " tigersmannheim/auto-referee:1.0.0 "
106
+ image : " tigersmannheim/auto-referee:1.1.3 "
107
107
command :
108
108
- " -a" # active mode (connect to GC)
109
109
- " -hl" # headless
110
110
- " --visionAddress"
111
111
- " 224.5.23.2:10020"
112
112
- " --refereeAddress"
113
113
- " 224.5.23.1:11003"
114
+ - " --trackerAddress"
115
+ - " 224.5.23.1:11010"
114
116
network_mode : " ${NETWORK_MODE}"
115
117
depends_on :
116
118
- simulator
117
119
118
120
autoref-erforce :
119
- image : " roboticserlangen/autoref:commit-8561e9c4f912 "
121
+ image : " roboticserlangen/autoref:commit-6f15f574ea80 "
120
122
command :
121
123
- " --vision-port"
122
124
- " 10020"
125
+ - " --tracker-port"
126
+ - " 11010"
123
127
- " --gc-port"
124
128
- " 11003"
125
129
network_mode : " ${NETWORK_MODE}"
@@ -145,7 +149,7 @@ services:
145
149
- " -visionAddress"
146
150
- " 224.5.23.2:10020"
147
151
- " -trackerAddress"
148
- - " 224.5.23.2:10010 "
152
+ - " 224.5.23.2:11010 "
149
153
- " -simControlPort"
150
154
- " 10300"
151
155
network_mode : " ${NETWORK_MODE}"
You can’t perform that action at this time.
0 commit comments