Updated javadoc

This commit is contained in:
66945
2022-03-01 14:07:53 -07:00
committed by GitHub
parent 35728e5974
commit 9942b3b38b
@@ -217,7 +217,7 @@ public class VisionOdometry extends SubsystemBase {
/** Corrects odometry guess for shooter angle
*
* @param guess The current guess for the vision center
* @param gyroRotation The rotation to correct for
* @param shooterRotation The rotation to correct for
* @return The corrected odometry point
*/
public static final Point correctGuessForCenter(Point guess, double shooterRotation) {
@@ -270,4 +270,4 @@ public class VisionOdometry extends SubsystemBase {
return angle;
}
}
}