[wpilib] Remove comment about Mecanum right side inverted (NFC) (#3929)

This commit is contained in:
sciencewhiz
2022-01-18 01:00:55 -08:00
committed by GitHub
parent 0b990bf0f5
commit 8c55844f91
2 changed files with 2 additions and 9 deletions

View File

@@ -44,8 +44,7 @@ class SpeedController;
* </pre>
*
* Each Drive() function provides different inverse kinematic relations for a
* Mecanum drive robot. Motor outputs for the right side are negated, so motor
* direction inversion by the user is usually unnecessary.
* Mecanum drive robot.
*
* This library uses the NED axes convention (North-East-Down as external
* reference in the world frame):
@@ -60,9 +59,6 @@ class SpeedController;
* with SetDeadband().
*
* RobotDrive porting guide:
* <br>In MecanumDrive, the right side motor controllers are automatically
* inverted, while in RobotDrive, no motor controllers are automatically
* inverted.
* <br>DriveCartesian(double, double, double, double) is equivalent to
* RobotDrive's MecanumDrive_Cartesian(double, double, double, double)
* if a deadband of 0 is used, and the ySpeed and gyroAngle values are inverted