blob: 81073630936ba107a32c1499d2e52db70f9ca5a1 [file] [log] [blame]
milind-u086d7262022-01-19 20:44:18 -08001include "frc971/control_loops/profiled_subsystem.fbs";
2
3namespace y2022.control_loops.superstructure;
4
5table Goal {
Siddhant Kanwar0e37f592022-02-21 19:26:50 -08006 // Height of the climber above rest point
7 climber:frc971.control_loops.StaticZeroingSingleDOFProfiledSubsystemGoal (id: 0);
milind-u086d7262022-01-19 20:44:18 -08008}
9
10root_type Goal;