Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
813b9afb7a86ec4539a24f7871fa49bf215aa4f9
/
.
/
frc971
/
actors
/
lift_action_params.q
blob: a5a1403eb83d4c9f93a4891c5391d6d7d290d139 [
file
] [
log
] [
blame
]
Austin Schuh
813b9af
2015-03-08 18:46:58 -0700
[
diff
] [
blame^
]
1
package
frc971
.
actors
;
2
3
// Parameters to send with start.
4
struct
LiftParams
{
5
// Lift height
6
double
lift_height
;
7
// Arm goal.
8
double
lift_arm
;
9
};