[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

@@ -45,9 +45,6 @@ class MotorController;
* follow the right-hand rule, so counterclockwise rotation around the Z axis is
* positive.
*
* Note: the axis conventions used in this class differ from DifferentialDrive.
* This may change in a future year's WPILib release.
*
* Inputs smaller then 0.02 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 SetDeadband().