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