Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f2639283d8a4388ecb3b9cb41b97c47e18a901b1
/
.
/
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
;