commit | edf894734a7eeaaccb7448944f56fe7c29b8626a | [log] [tgz] |
---|---|---|
author | Sabina Davis <sabina1109@gmail.com> | Mon Feb 17 15:27:37 2020 -0800 |
committer | Sabina Davis <sabina1109@gmail.com> | Mon Feb 17 20:46:12 2020 -0800 |
tree | b60cb0681df48201e0a2fc471c1ad3c500d19493 | |
parent | b656f2eb905805c7749b672c333b5bb52dc8ac2a [diff] [blame] |
Add shooter class and python. Change-Id: I27b4c8f282a0b80344a7df59cf3b04569d9c8110
diff --git a/y2020/control_loops/superstructure/superstructure_goal.fbs b/y2020/control_loops/superstructure/superstructure_goal.fbs index bade51e..f26b076 100644 --- a/y2020/control_loops/superstructure/superstructure_goal.fbs +++ b/y2020/control_loops/superstructure/superstructure_goal.fbs
@@ -5,10 +5,10 @@ table ShooterGoal { // Angular velocity in rad/s of the slowest (lowest) wheel in the kicker. // Positive is shooting the ball. - velocity_kicker:double; + velocity_accelerator:double; // Angular velocity in rad/s of the flywheel. Positive is shooting. - velocity_flywheel:double; + velocity_finisher:double; } table Goal {