cybercat5436 / 5436_SwerveDriveDevelopment

Other
0 stars 0 forks source link

Create an encoder watchdog to monitor differences between the turningMotor encoders and the absolute encoders #10

Open bignaczak opened 2 years ago

bignaczak commented 2 years ago

The robot has 2 sensors by which it can determine the orientation of the turningMotor

  1. Absolute Encoder
  2. Relative Encoder embedded in the motor

The absolute encoder could fail in a few of ways:

Create a watchdog function that compares the readings between the absolute encoder and the turningMotor encoder to identify issues and alert the team.

bignaczak commented 1 year ago

Additional include these functions, which were moved from Encoder Calibration Issue into this one.