Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4c6a84dce80dba0e1d395fed1c9e52ad6043e9b0
/
.
/
bot3
/
autonomous
/
auto.q
blob: 3636d31b11df322d050a81aa92ad5ac36cf59662 [
file
] [
log
] [
blame
]
Comran Morshed
0d6cf9b
2015-06-17 19:29:57 +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
;