Merge branch 'master' into auto-programming

This commit is contained in:
Keenan D. Buckley
2020-03-13 01:22:41 +00:00
committed by GitHub
14 changed files with 1027 additions and 48 deletions
@@ -129,7 +129,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);