Package swervelib.imu

Class PigeonViaTalonSRXSwerve

java.lang.Object
swervelib.imu.SwerveIMU
swervelib.imu.PigeonViaTalonSRXSwerve
All Implemented Interfaces:
AutoCloseable

public class PigeonViaTalonSRXSwerve extends SwerveIMU
SwerveIMU interface for the WPI_PigeonIMU.
  • Constructor Details

    • PigeonViaTalonSRXSwerve

      public PigeonViaTalonSRXSwerve(int canid)
      Generate the SwerveIMU for WPI_PigeonIMU attached to a TalonSRX.
      Parameters:
      canid - CAN ID for the TalonSRX the WPI_PigeonIMU is attached to, does not support CANBus.
  • Method Details