blob: a5a1403eb83d4c9f93a4891c5391d6d7d290d139 [file] [log] [blame]
Austin Schuh813b9af2015-03-08 18:46:58 -07001package frc971.actors;
2
3// Parameters to send with start.
4struct LiftParams {
5 // Lift height
6 double lift_height;
7 // Arm goal.
8 double lift_arm;
9};