smol change

This commit is contained in:
aarav18
2022-03-20 16:22:11 -06:00
parent f2c86c4888
commit da8fac3377
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);