blob: 3e0679e2c016fa87b7dd113ab56216fe9b932f4d [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 {
Griffin Bui67abb912022-01-22 16:16:21 -08006 // Voltage of the climber falcon
7 // - is down + is up
8 climber_speed:double (id: 0);
milind-u086d7262022-01-19 20:44:18 -08009}
10
11root_type Goal;