Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b78ee37fb8efa32fae38b79f91e2da345d22600c
/
.
/
y2015
/
autonomous
/
auto.q
blob: a2d9270724fa6d9a0caf5c8d5a97813456e0ad60 [
file
] [
log
] [
blame
]
Brian Silverman
f2fc5d9
2015-09-26 18:02:16 -0400
[
diff
] [
blame
]
1
package
frc971
.
autonomous
;
2
3
message
CanGrabberControl
{
4
// Voltage to send out to can grabbers.
5
double
can_voltage
;
6
};
7
queue
CanGrabberControl
can_control
;