[wpilib] Remove outdated note about axis conventions (#6905)

This commit is contained in:
Gold856
2024-08-01 19:42:10 -04:00
committed by GitHub
parent 2fc55b86a2
commit 7adf048e83
2 changed files with 0 additions and 6 deletions

View File

@@ -44,9 +44,6 @@ import java.util.function.DoubleConsumer;
* positive Z axis points up. Rotations follow the right-hand rule, so counterclockwise rotation
* around the Z axis is positive.
*
* <p>Note: the axis conventions used in this class differ from DifferentialDrive. This may change
* in a future year's WPILib release.
*
* <p>Inputs smaller then {@value edu.wpi.first.wpilibj.drive.RobotDriveBase#kDefaultDeadband} will
* be set to 0, and larger values will be scaled so that the full range is still used. This deadband
* value can be changed with {@link #setDeadband}.