Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
39ad1f14e8b9ea6097f762f11b995a3721e604e0
/
.
/
bot3
/
autonomous
/
auto.q
blob: 3636d31b11df322d050a81aa92ad5ac36cf59662 [
file
] [
log
] [
blame
]
package
bot3
.
autonomous
;
message
AutoControl
{
// True if auto mode should be running, false otherwise.
bool
run_auto
;
};
queue
AutoControl
autonomous
;