mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpilib] Rename RobotDriveBase constants to all caps
This commit is contained in:
@@ -43,7 +43,7 @@ import org.wpilib.util.sendable.SendableRegistry;
|
||||
* positive Z axis points up. Rotations follow the right-hand rule, so counterclockwise rotation
|
||||
* around the Z axis is positive.
|
||||
*
|
||||
* <p>Inputs smaller then {@value org.wpilib.drive.RobotDriveBase#kDefaultDeadband} will be set to
|
||||
* <p>Inputs smaller then {@value org.wpilib.drive.RobotDriveBase#DEFAULT_DEADBAND} 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}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user