diff --git a/wpimath/src/main/native/include/frc/estimator/SwerveDrivePoseEstimator.h b/wpimath/src/main/native/include/frc/estimator/SwerveDrivePoseEstimator.h index c776f48c32..74e7747ccb 100644 --- a/wpimath/src/main/native/include/frc/estimator/SwerveDrivePoseEstimator.h +++ b/wpimath/src/main/native/include/frc/estimator/SwerveDrivePoseEstimator.h @@ -41,9 +41,8 @@ namespace frc { * * u = [[vx, vy, omega]]^T in the field-coordinate system. * - * y = [[x, y, std::theta]]^T in field - * coords from vision, or y = [[theta]]^T - * from the gyro. + * y = [[x, y, theta]]^T in field coords from vision, + * or y = [[theta]]^T from the gyro. */ template class SwerveDrivePoseEstimator {