Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
7704a651f0764f65b45fcaccac80d14b54827e06
/
.
/
y2020
/
control_loops
/
superstructure
/
superstructure_position.fbs
blob: 50b9c3656600d0887c9ce675fd43af766827d1d0 [
file
] [
log
] [
blame
]
include
"frc971/control_loops/control_loops.fbs"
;
namespace
y2020
.
control_loops
.
superstructure
;
table
Position
{
// Zero is at the horizontal, positive towards the front (meters on the lead screw).
hood
:
frc971
.
AbsolutePosition
;
}
root_type
Position
;