-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstants.json
58 lines (52 loc) · 1.09 KB
/
constants.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"Entity":{
"threadFrequency": 60
},
"Vision":{
"visionAddress": "224.0.0.1",
"visionPort": 10002,
"filters":{
"useKalman": false,
"noiseTime": 100,
"lossTime": 100
}
},
"Network":{
"networkInterface": "lo"
},
"Replacer":{
"replacerAddress": "224.5.23.2",
"replacerPort": 10004,
"firaAddress": "127.0.0.1",
"firaPort": 20011
},
"Team":{
"qtPlayers": 5,
"blueTeamName": "ThunderVolt",
"yellowTeamName": "Team Yellow",
"blueIsLeftSide": true
},
"Referee":{
"refereeAddress": "224.5.23.2",
"refereePort": 10003,
"transitionTime": 4.0,
"game":{
"gameType": "Group_Phase",
"ballRadius": 0.0215,
"robotLength": 0.075,
"halfTime": 300.0,
"overtimeHalfTime": 180.0
},
"fouls":{
"useRefereeSuggestions": true,
"maintainSpeedAtSuggestions": true,
"ballMinSpeedForStuck": 0.1,
"stuckedBallTime": 5.0,
"ballInAreaMaxTime": 3.0
}
},
"Webhook":{
"hID": "",
"hToken": ""
}
}