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