blob: 90aa77cdafe9e8176827c4c1beba715054b360cd [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001{
2 "channels":
3 [
4 {
5 "name": "/superstructure",
6 "type": "y2017.control_loops.superstructure.Goal",
7 "frequency": 200
8 },
9 {
10 "name": "/superstructure",
11 "type": "y2017.control_loops.superstructure.Status",
12 "frequency": 200
13 },
14 {
15 "name": "/superstructure",
16 "type": "y2017.control_loops.superstructure.Output",
17 "frequency": 200
18 },
19 {
20 "name": "/superstructure",
21 "type": "y2017.control_loops.superstructure.Position",
22 "frequency": 200
23 },
24 {
25 "name": "/vision",
26 "type": "y2017.vision.VisionStatus",
27 "frequency": 200
28 }
29 ],
30 "imports": [
31 "../aos/robot_state/robot_state_config.json",
32 "../frc971/control_loops/drivetrain/drivetrain_config.json"
33 ]
34}