blob: 3636d31b11df322d050a81aa92ad5ac36cf59662 [file] [log] [blame]
Comran Morshed0d6cf9b2015-06-17 19:29:57 +00001package bot3.autonomous;
2
3message AutoControl {
4 // True if auto mode should be running, false otherwise.
5 bool run_auto;
6};
7
8queue AutoControl autonomous;