Package swervelib.imu

Class NavXSwerve

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

public class NavXSwerve extends SwerveIMU
Communicates with the NavX(AHRS) as the IMU.
  • Constructor Details

    • NavXSwerve

      public NavXSwerve(com.studica.frc.AHRS.NavXComType port)
      Constructor for the NavX(AHRS) swerve.
      Parameters:
      port - Serial Port to connect to.
  • Method Details