Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
59a86d621dd5604f6ab68c4cb15c552e8926cf4e
/
.
/
y2014_bot3
/
autonomous
/
auto.q
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
;