Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4701741d9f7519cfa11367f67e5c865cecb813b5
/
.
/
frc971
/
autonomous
/
auto.q
blob: 579103464fc259b635c2ded22601fd6c5a3289a9 [
file
] [
log
] [
blame
]
Austin Schuh
4701741
2013-03-10 11:50:46 -0700
[
diff
] [
blame^
]
1
package
frc971
.
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
;