You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
The default SwerveModuleState should be extended. Add another double(omegaRadiansPerSecond), with a default of 0. Change the constructor to support adding it.
-Override the equals method, copy the original, and add a comparison for omegaRadiansPerSecond.
-Override the toString method, copy the original, and add omegaRadiansPerSecond to string in same format as others.
The text was updated successfully, but these errors were encountered:
The default SwerveModuleState should be extended. Add another double(omegaRadiansPerSecond), with a default of 0. Change the constructor to support adding it.
-Override the equals method, copy the original, and add a comparison for omegaRadiansPerSecond.
-Override the toString method, copy the original, and add omegaRadiansPerSecond to string in same format as others.
The text was updated successfully, but these errors were encountered: