Skip to content

Commit

Permalink
Update AnalogAbsoluteEncoderSwerve.java
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetworkgrinch authored Feb 4, 2024
1 parent dad1632 commit e338701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ public boolean setAbsoluteEncoderOffset(double offset)
public double getVelocity()
{
inaccurateVelocities.set(true);
return encoder.getValue();
return encoder.getValue() * 360;
}
}

0 comments on commit e338701

Please sign in to comment.