robopark 3.0.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist/robopark/auto-start.js +5 -1
- package/dist/robopark/control-center-html.js +9191 -0
- package/dist/robopark/control-server.js +148 -0
- package/dist/robopark/standalone.js +26 -6
- package/dist/robopark/voice-join-html.js +57 -0
- package/dist/robopark-cli.js +2 -0
- package/package.json +6 -2
- package/scheduler/main.py +1 -1
- package/scripts/windows-shim-fix.cjs +58 -0
- package/static/robopark/barracuda.png +0 -0
- package/static/robopark/bmw.png +0 -0
- package/static/robopark/jaguar.png +0 -0
- package/static/robopark/magnus.jpg +0 -0
- package/static/robopark/panda.png +0 -0
- package/static/robopark/tesla.png +0 -0
- package/static/robopark/titan.jpg +0 -0
- package/static/robopark/volt.png +0 -0
- package/static/vendor/elevenlabs-client.LICENSE +21 -0
- package/static/vendor/elevenlabs-client.iife.js +24200 -0
- package/scheduler/fleet_config.json +0 -75
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schema_version": 1,
|
|
3
|
-
"revision": 1,
|
|
4
|
-
"tailnet": "tail2086c6.ts.net",
|
|
5
|
-
"gateway": {
|
|
6
|
-
"name": "robo1",
|
|
7
|
-
"dns": "robo1.tail2086c6.ts.net",
|
|
8
|
-
"tailscale_ip": "100.84.147.24",
|
|
9
|
-
"scheduler_url": "http://robo1.tail2086c6.ts.net:8080",
|
|
10
|
-
"dashboard_url": "http://robo1.tail2086c6.ts.net:8080",
|
|
11
|
-
"robovoice_url": "https://robo1.tail2086c6.ts.net:3443",
|
|
12
|
-
"livekit_url": "wss://robo1.tail2086c6.ts.net:3443",
|
|
13
|
-
"management_url": "http://robo1.tail2086c6.ts.net:47913"
|
|
14
|
-
},
|
|
15
|
-
"voice_video_devices": [
|
|
16
|
-
{
|
|
17
|
-
"name": "jaguar-voice",
|
|
18
|
-
"dns": "jaguar-voice.tail2086c6.ts.net",
|
|
19
|
-
"tailscale_ip": "100.107.146.50",
|
|
20
|
-
"character": "jaguar"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "magnus-voice",
|
|
24
|
-
"dns": "magnus-voice.tail2086c6.ts.net",
|
|
25
|
-
"tailscale_ip": "100.92.64.10",
|
|
26
|
-
"character": "magnus"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "paladin-voice",
|
|
30
|
-
"dns": "paladin-voice.tail2086c6.ts.net",
|
|
31
|
-
"tailscale_ip": "100.116.232.45",
|
|
32
|
-
"character": "palladin"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "ronin-voice",
|
|
36
|
-
"dns": "ronin-voice.tail2086c6.ts.net",
|
|
37
|
-
"tailscale_ip": "100.64.213.41",
|
|
38
|
-
"character": "ronin"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"name": "titan-voice",
|
|
42
|
-
"dns": "titan-voice.tail2086c6.ts.net",
|
|
43
|
-
"tailscale_ip": "100.126.121.92",
|
|
44
|
-
"character": "titan"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "vixen-voice",
|
|
48
|
-
"dns": "vixen-voice.tail2086c6.ts.net",
|
|
49
|
-
"tailscale_ip": "100.112.220.46",
|
|
50
|
-
"character": "vixen"
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"motor_camera_devices": [
|
|
54
|
-
{
|
|
55
|
-
"name": "bmw",
|
|
56
|
-
"dns": "bmw.tail2086c6.ts.net",
|
|
57
|
-
"tailscale_ip": "100.84.123.35",
|
|
58
|
-
"character": "vixen"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"name": "titan",
|
|
62
|
-
"dns": "titan.tail2086c6.ts.net",
|
|
63
|
-
"tailscale_ip": "100.78.77.96",
|
|
64
|
-
"character": "titan"
|
|
65
|
-
}
|
|
66
|
-
],
|
|
67
|
-
"unassigned_tailnet_devices": [
|
|
68
|
-
{
|
|
69
|
-
"name": "voicevoice",
|
|
70
|
-
"dns": "voicevoice.tail2086c6.ts.net",
|
|
71
|
-
"tailscale_ip": "100.79.79.58",
|
|
72
|
-
"reason": "Existing tagged voice device has no verified character binding."
|
|
73
|
-
}
|
|
74
|
-
]
|
|
75
|
-
}
|