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