blob: e9b7faf10cd80ffe08b1e774d4fafd80c00a01fb [file] [log] [blame]
Ravago Jones486de802021-05-19 20:47:55 -07001{
2 "channels":
3 [
4 {
5 "name": "/superstructure",
6 "type": "y2021_bot3.control_loops.superstructure.Goal",
7 "frequency": 200
8 },
9 {
10 "name": "/superstructure",
11 "type": "y2021_bot3.control_loops.superstructure.Status",
12 "frequency": 200
13 },
14 {
15 "name": "/superstructure",
16 "type": "y2021_bot3.control_loops.superstructure.Output",
17 "frequency": 200
18 },
19 {
20 "name": "/superstructure",
21 "type": "y2021_bot3.control_loops.superstructure.Position",
22 "frequency": 200
23 }
24 ],
25 "applications": [
26 {
27 "name": "drivetrain"
28 },
29 {
30 "name": "superstructure"
31 }
32 ],
33 "imports": [
James Kuszmaul7077d342021-06-09 20:23:58 -070034 "../frc971/input/robot_state_config.json",
Ravago Jones486de802021-05-19 20:47:55 -070035 "../frc971/control_loops/drivetrain/drivetrain_config.json",
36 "../frc971/autonomous/autonomous_config.json",
37 "../frc971/wpilib/wpilib_config.json"
38 ]
39}