blob: 81073630936ba107a32c1499d2e52db70f9ca5a1 [file] [log] [blame]
include "frc971/control_loops/profiled_subsystem.fbs";
namespace y2022.control_loops.superstructure;
table Goal {
// Height of the climber above rest point
climber:frc971.control_loops.StaticZeroingSingleDOFProfiledSubsystemGoal (id: 0);
}
root_type Goal;