[wpilibj] Fix typo in MecanumDrive docs (NFC) (#4969)

This commit is contained in:
Tyler Veness
2023-01-18 13:47:27 -08:00
committed by GitHub
parent 0ebf79b54c
commit 5f1a025f27

View File

@@ -152,8 +152,8 @@ public class MecanumDrive extends RobotDriveBase implements Sendable, AutoClosea
* <p>Angles are measured counterclockwise from the positive X axis. The robot's speed is
* independent of its angle or rotation rate.
*
* @param xSpeed The robot's speed along the Y axis [-1.0..1.0]. Forward is positive.
* @param ySpeed The robot's speed along the X axis [-1.0..1.0]. Left is positive.
* @param xSpeed The robot's speed along the X axis [-1.0..1.0]. Forward is positive.
* @param ySpeed The robot's speed along the Y axis [-1.0..1.0]. Left is positive.
* @param zRotation The robot's rotation rate around the Z axis [-1.0..1.0]. Counterclockwise is
* positive.
* @param gyroAngle The gyro heading around the Z axis. Use this to implement field-oriented