blob: 16ab5f4674498c8007fa8e98fcea9084d1d5d0c2 [file] [log] [blame]
Austin Schuh3290c632020-02-20 20:07:33 -08001channel {
2 name: "/superstructure"
3 type: "y2020.control_loops.superstructure.Status"
4 alias: "Status"
5}
6channel {
7 name: "/superstructure"
8 type: "y2020.control_loops.superstructure.Output"
9 alias: "Output"
10}
11channel {
12 name: "/superstructure"
13 type: "y2020.control_loops.superstructure.Position"
14 alias: "Position"
15}
16channel {
17 name: "/superstructure"
18 type: "y2020.control_loops.superstructure.Goal"
19 alias: "Goal"
20}
21
22figure {
23 axes {
24 line {
25 y_signal {
26 channel: "Status"
Austin Schuh43b9ae92020-02-29 23:08:38 -080027 field: "shooter.accelerator_left.avg_angular_velocity"
28 }
29 }
30 line {
31 y_signal {
32 channel: "Status"
33 field: "shooter.accelerator_right.avg_angular_velocity"
34 }
35 }
36 line {
37 y_signal {
38 channel: "Status"
39 field: "shooter.accelerator_left.angular_velocity"
40 }
41 }
42 line {
43 y_signal {
44 channel: "Status"
45 field: "shooter.accelerator_right.angular_velocity"
Austin Schuh3290c632020-02-20 20:07:33 -080046 }
47 }
48 line {
49 y_signal {
50 channel: "Goal"
Austin Schuh43b9ae92020-02-29 23:08:38 -080051 field: "shooter.velocity_accelerator"
Austin Schuh3290c632020-02-20 20:07:33 -080052 }
53 }
54 line {
55 y_signal {
Austin Schuh43b9ae92020-02-29 23:08:38 -080056 channel: "Status"
57 field: "shooter.finisher.avg_angular_velocity"
58 }
59 }
60 line {
61 y_signal {
62 channel: "Status"
63 field: "shooter.finisher.angular_velocity"
64 }
65 }
66 line {
67 y_signal {
68 channel: "Goal"
69 field: "shooter.velocity_finisher"
70 }
71 }
72 }
73 axes {
74 line {
75 y_signal {
76 channel: "Output"
77 field: "accelerator_left_voltage"
78 }
79 }
80 line {
81 y_signal {
82 channel: "Output"
83 field: "accelerator_right_voltage"
84 }
85 }
86 line {
87 y_signal {
88 channel: "Status"
89 field: "shooter.accelerator_left.voltage_error"
90 }
91 }
92 line {
93 y_signal {
94 channel: "Status"
95 field: "shooter.accelerator_right.voltage_error"
96 }
97 }
98 line {
99 y_signal {
100 channel: "Output"
101 field: "finisher_voltage"
102 }
103 }
104 line {
105 y_signal {
106 channel: "Status"
107 field: "shooter.finisher.voltage_error"
Austin Schuh3290c632020-02-20 20:07:33 -0800108 }
109 }
110 ylabel: "hood position"
111 }
112}