Skip to content

Commit

Permalink
Removed a SmartDashboard output
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammingSR committed Feb 25, 2024
1 parent 919f5e1 commit 2cce595
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/frc/robot/subsystems/IntakeSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public void periodic() {
SmartDashboard.putNumber("Arm Angle", m_armEncoder.getDistance());
SmartDashboard.putBoolean("Arm Deployed?", deployed);
SmartDashboard.putBoolean("Have Note?", haveNote);
SmartDashboard.putNumber("pid output", m_armPID.calculate(m_armEncoder.getDistance(), m_armSetpoint));
}

public boolean readyToShoot() {
Expand Down

0 comments on commit 2cce595

Please sign in to comment.