commit | 58e64c862ad12b2e7013eb27dba2c461ab93b44a | [log] [tgz] |
---|---|---|
author | Niko Sohmers <nikolai@sohmers.com> | Sun Jan 14 12:49:54 2024 -0800 |
committer | Niko Sohmers <nikolai@sohmers.com> | Mon Jan 15 17:49:27 2024 -0800 |
tree | 922dbeca3dc44a74f3418a6a599e24abc6d861b6 | |
parent | cbbba7f69765c9f73bba39f51a474035a6e6a189 [diff] [blame] |
Add intake flatbuffers Signed-off-by: Aryan Khanna <aryankhanna0312@gmail.com> Change-Id: I518b5e073abb92868b5e7b8a4fe6971e774c8b21
diff --git a/y2024/control_loops/superstructure/superstructure_position.fbs b/y2024/control_loops/superstructure/superstructure_position.fbs index 83d3d23..0bb5ae8 100644 --- a/y2024/control_loops/superstructure/superstructure_position.fbs +++ b/y2024/control_loops/superstructure/superstructure_position.fbs
@@ -1,8 +1,11 @@ include "frc971/control_loops/control_loops.fbs"; +include "frc971/control_loops/profiled_subsystem.fbs"; namespace y2024.control_loops.superstructure; table Position { + // Values of the encoder and potentiometer at the intake pivot + intake_pivot:frc971.PotAndAbsolutePosition (id: 0); } root_type Position;