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