Prosper-FRC / robot-depracated-redux

Code for redux bot
GNU General Public License v3.0
0 stars 0 forks source link

Fix resetAzimuthEncoder() #9

Closed AnshulBompada closed 2 months ago

AnshulBompada commented 2 months ago

Make sure to offset the value in getAbsolutePosition() itself public void resetAzimuthPosistion(){ azimuthEncoder.setPosition(getAbsolutePosistion().getRotations() * SwerveConstants.angleGearRatio); }