Merge branch 'testRoboReveal' of https://github.com/Team4388/2022NoWayHome into testRoboReveal

This commit is contained in:
66945
2022-03-20 16:25:54 -06:00
2 changed files with 17 additions and 11 deletions
@@ -76,6 +76,7 @@ public class Shoot extends CommandBase {
this.drum = drum;
this.turret = turret;
this.hood = hood;
this.visionOdometry = visionOdometry;
this.toShoot = toShoot;
this.endsWithLimelight = endsWithLimelight;
@@ -188,7 +189,7 @@ public class Shoot extends CommandBase {
// ? should stop the turret and the swerve
////this.swerve.stopModules();
////this.turret.runTurretWithInput(0);
this.turret.runTurretWithInput(0.0);
if (this.toShoot) {
this.hood.runHood(0.0);