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