Files
kick-it/pykick/nao_defaults.json
Pavel Lutskov e54858fbfd Good stable approach
1. Refactored state machine
2. Goal search robuster by looking up
3. More accurate ball distance approximation
4. Eye of the tiger
5. Hasta la vista baby
2018-07-01 13:38:30 +02:00

44 lines
616 B
JSON

{
"ball": [
[
174,
150,
100
],
[
8,
255,
255
]
],
"goal": [
[
0,
0,
89
],
[
180,
73,
255
]
],
"fps": 10,
"res": 2,
"ball_min_radius": 0.01,
"field": [
[
31,
60,
60
],
[
67,
255,
255
]
],
"cam": 1,
"ip": "192.168.0.11",
"port": 9559
}