JHS-Viking-Robotics / FRC-2022

Code for the 2022 FRC season, now written in Java
Other
2 stars 2 forks source link

Drivetrain: Implement encoders in subsystem #44

Closed derickson2402 closed 2 years ago

derickson2402 commented 2 years ago

There will be two CTRE mag encoders, one on each side of the Drivetrain. They should just need getter methods to read their values, and a way to reset them or calibrate them. Note that all units on subsystem interfaces should be in meters.

derickson2402 commented 2 years ago

Reopening for 2022:

Need the following:

See branch drivetrain/dan for reference on these