Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
reediculous456 committed Mar 26, 2024
1 parent 3c609d4 commit 574f83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/constants/ScoringConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class ScoringConstants {
public static final double scoreTrapSpeed = 1.0;
public static final double feedAmpSpeed = -0.32;
public static final double scoreAmpSpeed = 0.75;
public static final double feedPasserSpeed = -0.75;
public static final double feedPasserSpeed = -0.32;

public enum ScoringLocation {
Amp,
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/Scoring.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Scoring() {
}

/**
* Get the encoder value of the roller encoder
* Get the encoder value of the scoring encoder
*/
public double getPosition() {
return scoringEncoder.getPosition();
Expand Down

0 comments on commit 574f83e

Please sign in to comment.