Stephan Massalt | d021f97 | 2020-01-05 20:41:23 -0800 | [diff] [blame] | 1 | include "frc971/control_loops/control_loops.fbs"; |
| 2 | |
| 3 | namespace y2020.control_loops.superstructure; |
| 4 | |
| 5 | table Position { |
Sabina Davis | 70d5e91 | 2020-01-31 21:10:37 -0800 | [diff] [blame] | 6 | // Zero is at the horizontal, positive towards the front (meters on the lead screw). |
| 7 | hood:frc971.AbsolutePosition; |
Sabina Davis | 6b61de3 | 2020-02-02 12:42:51 -0800 | [diff] [blame] | 8 | |
| 9 | // Position of the intake. 0 when four-bar is vertical, positive extended. |
| 10 | intake_joint:frc971.AbsolutePosition; |
Tyler Chatow | 1879acc | 2020-02-01 13:26:48 -0800 | [diff] [blame^] | 11 | |
| 12 | // See goal for definition of 0 |
| 13 | turret:frc971.PotAndAbsolutePosition; |
Stephan Massalt | d021f97 | 2020-01-05 20:41:23 -0800 | [diff] [blame] | 14 | } |
| 15 | |
| 16 | root_type Position; |