blob: a1fb6f6b5f17e7c3cf19f9de241b5671011660e9 [file] [log] [blame]
Austin Schuh813b9af2015-03-08 18:46:58 -07001package frc971.actors;
2
3// Parameters to send with start.
4struct StackParams {
5 double claw_out_angle;
6 // The height just above the box to move before lowering.
7 double over_box_before_place_height;
8
9 // Bottom position.
10 double bottom;
11};