blob: 3e0679e2c016fa87b7dd113ab56216fe9b932f4d [file] [log] [blame]
include "frc971/control_loops/profiled_subsystem.fbs";
namespace y2022.control_loops.superstructure;
table Goal {
// Voltage of the climber falcon
// - is down + is up
climber_speed:double (id: 0);
}
root_type Goal;