blob: 68fcd5f7d4754f0040ed27820bbc58bd7a512dc0 [file] [log] [blame]
Comran Morshed41ed7c22015-11-04 21:03:37 +00001package y2014_bot3.autonomous;
2
3message AutoControl {
4 // True if auto mode should be running, false otherwise.
5 bool run_auto;
6};
7queue AutoControl autonomous;