Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2bc5462e6d12b4d8bcb9894d53419c47deb74495
/
.
/
frc971
/
autonomous
/
auto.q
blob: 579103464fc259b635c2ded22601fd6c5a3289a9 [
file
] [
log
] [
blame
]
package
frc971
.
autonomous
;
message
AutoControl
{
// True if auto mode should be running, false otherwise.
bool
run_auto
;
};
queue
AutoControl
autonomous
;