Skip to content

Commit

Permalink
Update elbow encoder logname
Browse files Browse the repository at this point in the history
  • Loading branch information
superpenguin612 committed Jan 25, 2024
1 parent 1f57b31 commit 41ccddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/Elbow.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private ElbowPosition(double value) {

@Log(name = "Motor")
private CANSparkMax motor = new CANSparkMax(Constants.CAN.ELBOW_MOTOR_ID, MotorType.kBrushless);
@Log(name = "Encoder")
@Log(name = "encoder")
private SparkMaxAbsoluteEncoder encoder = motor.getAbsoluteEncoder(SparkMaxAbsoluteEncoder.Type.kDutyCycle);

private MechanismLigament2d ligament;
Expand Down

0 comments on commit 41ccddd

Please sign in to comment.