blob: 38440a07bcaae10f263221073ee6e16b82c08f79 [file] [log] [blame]
Alex Perrycb7da4b2019-08-28 19:35:56 -07001{
2 "channels":
3 [
4 {
5 "name": "/shooter",
6 "type": "y2014.control_loops.shooter.Goal",
7 "frequency": 200
8 },
9 {
10 "name": "/shooter",
11 "type": "y2014.control_loops.shooter.Status",
12 "frequency": 200
13 },
14 {
15 "name": "/shooter",
16 "type": "y2014.control_loops.shooter.Output",
17 "frequency": 200
18 },
19 {
20 "name": "/shooter",
21 "type": "y2014.control_loops.shooter.Position",
22 "frequency": 200
23 },
24 {
25 "name": "/claw",
26 "type": "y2014.control_loops.claw.Goal",
27 "frequency": 200
28 },
29 {
30 "name": "/claw",
31 "type": "y2014.control_loops.claw.Status",
32 "frequency": 200
33 },
34 {
35 "name": "/claw",
36 "type": "y2014.control_loops.claw.Output",
37 "frequency": 200
38 },
39 {
40 "name": "/claw",
41 "type": "y2014.control_loops.claw.Position",
42 "frequency": 200
43 }
44 ],
45 "applications": [
46 {
47 "name": "drivetrain"
48 }
49 ],
50 "imports": [
51 "../aos/robot_state/robot_state_config.json",
52 "../frc971/control_loops/drivetrain/drivetrain_config.json"
53 ]
54}