Package swervelib.imu

Class CanandgyroSwerve

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

public class CanandgyroSwerve extends SwerveIMU
SwerveIMU interface for the Boron Canandgyro by Redux Robotics
  • Field Details

    • STATUS_TIMEOUT_SECONDS

      public static double STATUS_TIMEOUT_SECONDS
      Wait time for status frames to show up.
  • Constructor Details

    • CanandgyroSwerve

      public CanandgyroSwerve(int canid)
      Generate the SwerveIMU for Canandgyro.
      Parameters:
      canid - CAN ID for the Boron Canandgyro
  • Method Details