commit | f8b7bfedb4007be862afcd270d16a8843bc92c6b | [log] [tgz] |
---|---|---|
author | Ravago Jones <ravagojones@gmail.com> | Sat Oct 09 16:25:29 2021 -0700 |
committer | Ravago Jones <ravagojones@gmail.com> | Sun Oct 10 18:16:16 2021 -0700 |
tree | 849087e226e49bdf0a50fd968d795dbc1bb461bf | |
parent | 07d921f5ba72cf0f626fb583fd940e5bb7110c42 [diff] [blame] |
Pre-serialize balls while intaking Change-Id: I90d1b515748bad727d8e8b2d659b8e59ca545e80 Signed-off-by: Ravago Jones <ravagojones@gmail.com>
diff --git a/y2020/control_loops/superstructure/superstructure_goal.fbs b/y2020/control_loops/superstructure/superstructure_goal.fbs index 792b6b4..990234a 100644 --- a/y2020/control_loops/superstructure/superstructure_goal.fbs +++ b/y2020/control_loops/superstructure/superstructure_goal.fbs
@@ -49,6 +49,10 @@ // Whether the kicker and flywheel should choose a velocity automatically. shooter_tracking:bool (id: 9); + // Whether to serialize a ball under the accelerator tower + // so it is ready to shoot. + intake_preloading:bool (id: 12); + // Positive is deploying climber and to climb; cannot run in reverse climber_voltage:float (id: 10); }