[wpimath] Fix missing whitespace in pose estimator doc (#3097)

This commit is contained in:
David Vo
2021-01-20 17:58:08 +11:00
committed by GitHub
parent 38c1a1f3e0
commit b3426e9c0d

View File

@@ -101,8 +101,8 @@ class DifferentialDrivePoseEstimator {
* gyroscope angle does not need to be reset here on the user's robot code.
* The library automatically takes care of offsetting the gyro angle.
*
*@param pose The estimated pose of the robot on the field.
*@param gyroAngle The current gyro angle.
* @param pose The estimated pose of the robot on the field.
* @param gyroAngle The current gyro angle.
*/
void ResetPosition(const Pose2d& pose, const Rotation2d& gyroAngle);