Merge branch 'master-updates' into buckmeister's-wacky-code-changes

This commit is contained in:
Keenan D. Buckley
2020-03-03 01:25:22 -07:00
4 changed files with 19 additions and 22 deletions
@@ -30,7 +30,7 @@ public class HoodPositionPID extends CommandBase {
// Called every time the scheduler runs while the command is scheduled.
@Override
public void execute() {
/*double slope = ShooterConstants.HOOD_CONVERT_SLOPE;
double slope = ShooterConstants.HOOD_CONVERT_SLOPE;
double b = ShooterConstants.HOOD_CONVERT_B;
firingAngle = (-slope*m_shooter.addFireAngle())+b;*/
//SmartDashboard.putNumber("Shoot Angle From Equation", m_shooter.addFireAngle());