Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kDriveWheelFreeSpeedRps should be kDriveWheelFreeSpeedMps #22

Open
gearsincorg opened this issue Mar 9, 2024 · 0 comments
Open

kDriveWheelFreeSpeedRps should be kDriveWheelFreeSpeedMps #22

gearsincorg opened this issue Mar 9, 2024 · 0 comments

Comments

@gearsincorg
Copy link

gearsincorg commented Mar 9, 2024

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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant