Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
1f4485130e26e163c54910eeb18c30148c634b0f
/
.
/
bot3
/
autonomous
/
auto.q
blob: 3636d31b11df322d050a81aa92ad5ac36cf59662 [
file
] [
log
] [
blame
]
Daniel Petti
1f44851
2013-10-19 19:35:55 +0000
[
diff
] [
blame^
]
1
package
bot3
.
autonomous
;
2
3
message
AutoControl
{
4
// True if auto mode should be running, false otherwise.
5
bool
run_auto
;
6
};
7
8
queue
AutoControl
autonomous
;