Shooter Aim Angles

This commit is contained in:
Keenan D. Buckley
2020-03-10 18:41:56 -06:00
parent 584ccd0a5b
commit 41597c99de
4 changed files with 34 additions and 7 deletions
@@ -100,7 +100,7 @@ public class RobotContainer {
m_robotShooter.passRequiredSubsystem(m_robotShooterHood, m_robotShooterAim);
m_robotShooterHood.passRequiredSubsystem(m_robotShooter);
m_robotShooterAim.passRequiredSubsystem(m_robotShooter);
m_robotShooterAim.passRequiredSubsystem(m_robotShooter, m_robotDrive);
m_robotLeveler.passRequiredSubsystem(m_robotClimber);