Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c44d0d7211e0912562eed939410d594b23b51a43
/
.
/
y2015
/
autonomous
/
auto.q
blob: 6d453aa49454c327b9e791e840655c01d3ce25d3 [
file
] [
log
] [
blame
]
package
y2015
.
autonomous
;
message
CanGrabberControl
{
// Voltage to send out to can grabbers.
double
can_voltage
;
};
queue
CanGrabberControl
can_control
;