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