blob: 6d453aa49454c327b9e791e840655c01d3ce25d3 [file] [log] [blame]
Austin Schuh88af0852016-12-04 20:31:32 -08001package y2015.autonomous;
Brian Silvermanf2fc5d92015-09-26 18:02:16 -04002
3message CanGrabberControl {
4 // Voltage to send out to can grabbers.
5 double can_voltage;
6};
7queue CanGrabberControl can_control;