commit | 0e37f59ce4d78fdcc64f7a46e5e453c18b919f2a | [log] [tgz] |
---|---|---|
author | Siddhant Kanwar <kanwarsiddhant@gmail.com> | Mon Feb 21 19:26:50 2022 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Mon Feb 21 21:42:36 2022 -0800 |
tree | bc04607ad7397030a25144e7fff580e95c9a525d | |
parent | 039d75607dee56e3dc35b39a860702d7f583d6b6 [diff] [blame] |
Add climber code without tests This runs a loop to follow the request. Signed-off-by: Siddhant Kanwar <kanwarsiddhant@gmail.com> Change-Id: Iad516390561175f74eb33e0cda6a505376a372ed
diff --git a/y2022/control_loops/superstructure/superstructure_position.fbs b/y2022/control_loops/superstructure/superstructure_position.fbs index 02002ba..a36f4f6 100644 --- a/y2022/control_loops/superstructure/superstructure_position.fbs +++ b/y2022/control_loops/superstructure/superstructure_position.fbs
@@ -3,7 +3,7 @@ namespace y2022.control_loops.superstructure; table Position { - + climber:frc971.RelativePosition (id: 0); } root_type Position;