Skip to content

kDriveWheelFreeSpeedRps should be kDriveWheelFreeSpeedMps #22

@gearsincorg

Description

@gearsincorg

I know it's a fine point, but I think kDriveWheelFreeSpeedRps should be kDriveWheelFreeSpeedMps

As found in Constant.java : the rotational speed (in Rpm) is being converted to a linear speed (in Mps) by multiplying it bt the wheel Circumference.

 public static final double kDriveWheelFreeSpeedRps = (kDrivingMotorFreeSpeedRps * kWheelCircumferenceMeters)
        / kDrivingMotorReduction;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions