blob: 7f2a612c155dce3a7b0751cd7dc6a541b568e95d [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;
// Can grabbers fired
bool can_grabbers;
};
queue CanGrabberControl can_grabber_control;