CyberCoyotes / 2023-ChargedUp

Code repository for the 2023 FRC season. We are using Java (command based) for programming. On the hardware side we are using a RobioRio2, MK4 inverted swerve drive modules, primarily Falcon motors, and a Pigeon 2 gyro.
Other
1 stars 0 forks source link

Missing encoder values from extension #87

Closed JediScoy closed 1 year ago

JediScoy commented 1 year ago

Looking at Snapshot in Tuner, we are getting readings for absolute but relative stays at zero even after manually moving the arm. This is causing issues with other commands that rely on encoder readings.

References

CTRE docs CTRE manual as a PDF

JediScoy commented 1 year ago
JediScoy commented 1 year ago

Changed from Quad to PulseWithWidth(abs) in Tuner. Shaun is working on setting that in code as well