blob: 0aa2938e4069271205c1eda0627b34eae289ba08 [file] [log] [blame]
namespace frc971.codelab;
table Status {
// Lets consumers of Status know if the requested intake is finished. Should
// be set to true by the intake subsystem when the Goal message is requesting
// the intake to be on and the limit sensor from the position message has
// been enabled.
intake_complete:bool (id: 0);
}
root_type Status;