blob: 579103464fc259b635c2ded22601fd6c5a3289a9 [file] [log] [blame]
package frc971.autonomous;
message AutoControl {
// True if auto mode should be running, false otherwise.
bool run_auto;
};
queue AutoControl autonomous;