blob: ef8e915247c7e88c9a16edf3dd0fa7f0a912fde5 [file] [log] [blame]
namespace frc971.autonomous;
table AutonomousActionParams {
// The mode from the sensors when auto starts.
mode:int;
}
table Goal {
run:uint;
params:AutonomousActionParams;
}
root_type Goal;