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
Describe the bug
SparkMaxRelativeEncoderSim.iterate and SparkMaxAbsoluteEncoderSim.iterate do not work until you properly use setPositionConversionFactor(1) and setVelocityConversionFactor(1). Documentation indicates that 1 should be the default value. Currently, default value is 0.
Describe the bug
SparkMaxRelativeEncoderSim.iterate and SparkMaxAbsoluteEncoderSim.iterate do not work until you properly use setPositionConversionFactor(1) and setVelocityConversionFactor(1). Documentation indicates that 1 should be the default value. Currently, default value is 0.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Position and Velocity should properly be the output.
Position += Velocity * dt
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information if applicable):
roboRIO (please complete the following information if applicable):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: