mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpilibj] DifferentialDrivetrainSim: Rename constants to match the style guide (#3312)
This commit is contained in:
@@ -416,8 +416,15 @@ public class DifferentialDrivetrainSim {
|
||||
|
||||
/** Represents common wheel sizes of the kit drivetrain. */
|
||||
public enum KitbotWheelSize {
|
||||
kSixInch(Units.inchesToMeters(6)),
|
||||
kEightInch(Units.inchesToMeters(8)),
|
||||
kTenInch(Units.inchesToMeters(10)),
|
||||
|
||||
@Deprecated
|
||||
SixInch(Units.inchesToMeters(6)),
|
||||
@Deprecated
|
||||
EightInch(Units.inchesToMeters(8)),
|
||||
@Deprecated
|
||||
TenInch(Units.inchesToMeters(10));
|
||||
|
||||
@SuppressWarnings("MemberName")
|
||||
|
||||
Reference in New Issue
Block a user