Updated 2023 Autonomous
This commit includes the first draft of the autonomous
actor, which we will be testing and adjusting as needed.
This also includes sending the superstructure goals and
a preloaded cone test in the lib test file.
Signed-off-by: Logan Isaacson <100030671@mvla.net>
Change-Id: I01ec7859989a4dfd41251b44d3c1f98a8e8461b6
diff --git a/y2023/control_loops/superstructure/superstructure_goal.fbs b/y2023/control_loops/superstructure/superstructure_goal.fbs
index 670351a..7ac7000 100644
--- a/y2023/control_loops/superstructure/superstructure_goal.fbs
+++ b/y2023/control_loops/superstructure/superstructure_goal.fbs
@@ -22,6 +22,9 @@
wrist:frc971.control_loops.StaticZeroingSingleDOFProfiledSubsystemGoal (id: 2);
roller_goal:RollerGoal (id: 3);
+
+ // If true, we started with the cone loaded and should proceed to that state.
+ preloaded_with_cone:bool (id: 4);
}