renamed scripts folder to pykick

This commit is contained in:
2018-06-10 12:40:02 +02:00
parent 86b071f36a
commit 86b75c0504
17 changed files with 23 additions and 18 deletions

14
pykick/nao_defaults.json Normal file
View File

@@ -0,0 +1,14 @@
{
"ip": "192.168.0.11",
"res": 1,
"port": 9559,
"cam": 0,
"fps": 30,
"low_s": 175,
"low_v": 100,
"high_h": 6,
"high_v": 255,
"low_h": 0,
"high_s": 255,
"min_radius": 5
}