blob: d5295001eb8f823818ffefcf182ce0756c5c8c10 [file] [log] [blame]
package bot3.autonomous;
message AutoControl {
// True if auto mode should be running, false otherwise.
bool run_auto;
};
queue AutoControl autonomous;
message CanGrabberControl {
// Voltage to send out to can grabbers.
double can_grabber_voltage;
};
queue CanGrabberControl can_grabber_control;