Class ThriftyNovaEncoderSwerve

java.lang.Object
swervelib.encoders.SwerveAbsoluteEncoder
swervelib.encoders.ThriftyNovaEncoderSwerve
All Implemented Interfaces:
AutoCloseable

public class ThriftyNovaEncoderSwerve extends SwerveAbsoluteEncoder
Thrifty Nova absolute encoder, attached through the data port.
  • Field Details

    • motor

      protected ThriftyNovaSwerve motor
      The absolute encoder is directly interfaced through the Thrifty Nova motor.
    • inverted

      protected boolean inverted
      Inversion state of the attached encoder.
    • offset

      protected double offset
      Offset of the absolute encoder.
  • Constructor Details

  • Method Details