blob: d8e21d2b6dfed2fe02e4644aea19336322223ee3 [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001{
2 "channels":
3 [
4 {
5 "name": "/superstructure",
6 "type": "y2018.control_loops.superstructure.Goal",
7 "frequency": 200
8 },
9 {
10 "name": "/superstructure",
11 "type": "y2018.control_loops.superstructure.Position",
12 "frequency": 200
13 },
14 {
15 "name": "/superstructure",
16 "type": "y2018.control_loops.superstructure.Status",
17 "frequency": 200
18 },
19 {
20 "name": "/superstructure",
21 "type": "y2018.control_loops.superstructure.Output",
22 "frequency": 200
23 },
24 {
25 "name": "/superstructure",
26 "type": "y2018.StatusLight",
27 "frequency": 200
28 },
29 {
30 "name": "/superstructure",
31 "type": "y2018.vision.VisionStatus",
32 "frequency": 200
33 }
34 ],
35 "applications": [
36 {
37 "name": "drivetrain"
38 }
39 ],
40 "imports": [
James Kuszmaul7077d342021-06-09 20:23:58 -070041 "../frc971/input/robot_state_config.json",
Alex Perrycb7da4b2019-08-28 19:35:56 -070042 "../frc971/control_loops/drivetrain/drivetrain_config.json"
43 ]
44}