Class SN_SwerveConstants.Ratios

java.lang.Object
com.frcteam3255.components.swerve.SN_SwerveConstants.Ratios
Enclosing class:
SN_SwerveConstants

public static class SN_SwerveConstants.Ratios extends Object
  • Constructor Details

    • Ratios

      public Ratios(double steer, double drive, double couple)
  • Method Details

    • getSteer

      public double getSteer()
    • getDrive

      public double getDrive()
    • getCouple

      public double getCouple()