diff --git a/wpimath/src/main/native/include/frc/estimator/PoseEstimator.inc b/wpimath/src/main/native/include/frc/estimator/PoseEstimator.inc index fb583226e4..51bb834306 100644 --- a/wpimath/src/main/native/include/frc/estimator/PoseEstimator.inc +++ b/wpimath/src/main/native/include/frc/estimator/PoseEstimator.inc @@ -71,7 +71,7 @@ void PoseEstimator::ResetTranslation( template void PoseEstimator::ResetRotation( const Rotation2d& rotation) { - m_odometry.ResetTranslation(rotation); + m_odometry.ResetRotation(rotation); m_odometryPoseBuffer.Clear(); }