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