-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrumpy.json
39 lines (39 loc) · 875 Bytes
/
trumpy.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
{
"mqtt_server_ip": "stoic.local",
"mqtt_port": 1883,
"mqtt_client_name": "trumpy_bear1",
"homie_device": "trumpy_bear",
"homie_name": "Trumpy Bear Pi3",
"camera_number": 0,
"camera_topic": "trumpy_cam",
"mycroft_ip": "192.168.1.10",
"ranger": { },
"ranger_mode": "once",
"face_server_ip": ["bronco.local","mini.local"],
"face_port": 4785,
"ml_algo": "Cnn_Shapes",
"confidence": 0.4,
"zmq_tracker_ip": ["bronco.local","mini.local"],
"zmq_port": 4783,
"use_ml": "remote_zmq",
"turrets": [
{
"name": "Front Center",
"topic": "homie/turret_front/turret_1/control",
"front": true,
"pan_min": 51,
"pan_max": 150,
"tilt_min": 70,
"tilt_max": 120
},
{
"name": "Left Back",
"topic": "homie/turret_back/turret_1/control",
"front": false,
"pan_min": 60,
"pan_max": 180,
"tilt_min": 80,
"tilt_max": 120
}
]
}