commit | 0f2d38c53a0d00c05fae3e8b272a77026132bad5 | [log] [tgz] |
---|---|---|
author | Sabina Davis <sabina1109@gmail.com> | Sat Feb 08 17:01:21 2020 -0800 |
committer | Sabina Davis <sabina1109@gmail.com> | Mon Feb 17 16:41:43 2020 -0800 |
tree | a03ce9c8a128e14f2e349c2cdeb0e1e149c4b53d | |
parent | e8d38997f8d294493b136c76b1a836e7615bf9d6 [diff] [blame] |
Added intake and joint to superstructure and tests. Change-Id: Ibdf15b6bade03c1bd21113490c5c4d12e7edadf9
diff --git a/y2020/control_loops/superstructure/BUILD b/y2020/control_loops/superstructure/BUILD index 88d574d..b9bbcf0 100644 --- a/y2020/control_loops/superstructure/BUILD +++ b/y2020/control_loops/superstructure/BUILD
@@ -100,5 +100,6 @@ "//frc971/control_loops:team_number_test_environment", "//frc971/control_loops/drivetrain:drivetrain_status_fbs", "//y2020/control_loops/superstructure/hood:hood_plants", + "//y2020/control_loops/superstructure/intake:intake_plants", ], )