|
ME 405 Term Project
|
Classes | |
| class | Encoder |
@file encoder.py @brief Reads from encoders using hardware to provide position and velocity. This module defines an Encoder class that interfaces with quadrature encoders using hardware timers. It provides methods to update the encoder state, retrieve position and velocity in various units, and zero the encoder position.