-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
64 lines (58 loc) · 1.74 KB
/
Copy pathconfig.yaml.example
File metadata and controls
64 lines (58 loc) · 1.74 KB
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
59
60
61
62
63
64
bridge:
team: 1310
# nt_host overrides the 10.TE.AM.2 robot address derivation. Leave empty for
# real-robot use. Set to "localhost" (or any host/IP) to point at a WPILib
# simulator or other non-RoboRIO NT4 server.
nt_host: ""
stop_delay: 10
poll_interval: 0.05
log_level: INFO
record_trigger: fms
collect_trigger: fms
auto_teleop_gap: 5
nt_disconnect_grace: 15
launch_on_login: true
# OBS Studio recording integration. When enabled is false, RavenLink does
# not connect to OBS at all and start/stop-recording becomes a no-op.
obs:
enabled: false
host: localhost
port: 4455
password: ""
telemetry:
nt_paths:
# /FMSInfo/ is always subscribed regardless of this list — required for
# match detection. /.schema/ is needed for struct types (Pose2d, etc.)
# to render correctly in AdvantageScope.
- /FMSInfo/
- /.schema/
- /SmartDashboard/
- /Shuffleboard/
data_dir: ./data
retention_days: 30
# RavenBrain: team-hosted server using legacy /login → JWT.
# A target is active only when enabled: true AND url is non-empty.
ravenbrain:
enabled: false
url: ""
username: telemetry-agent
password: ""
batch_size: 50
upload_interval: 10
# RavenScope: Cloudflare Worker using a bearer API key (no /login).
# Independent of ravenbrain — both can run in parallel, either alone, or neither.
# Accepts http://localhost:* for local wrangler dev; otherwise https:// required.
ravenscope:
enabled: true
url: "https://ravenscope.team1310.ca" # e.g. https://scope.your-domain.workers.dev
api_key: "" # rsk_live_…
batch_size: 50
upload_interval: 10
dashboard:
enabled: true
port: 8080
limelight:
enabled: true
last_octets: [11]
poll_interval: 2.0
timeout_ms: 1000