Interface with the encoder driver to find angle and angular speed. More...
Classes | |
class | encoderTask.encoderTask |
Task to call the encoder driver for current angles and velocities. More... | |
Interface with the encoder driver to find angle and angular speed.
When called by the scheduler, this task gets the newest speed and angle from the encoderDriver.py and send that to shares.py. Also, during platform levelling, the encoders can be zeroed before the controller begins. See source code here: Encoder Task Source Code