Class TuneableDriverProfile

java.lang.Object
frc.robot.systems.drive.controllers.TuneableDriverProfile

public class TuneableDriverProfile extends Object
  • Constructor Details

    • TuneableDriverProfile

      public TuneableDriverProfile(double pDefaultLinearScalar, double pDefaultLinearDeadband, double pDefaultLinearInputsExponent, double pDefaultRotationScalar, double pDefaultRotationInputExponent, double pDefaultRotationDeadband, double pDefaultSniperControl, String pKey)
    • TuneableDriverProfile

      public TuneableDriverProfile(ManualTeleopController.DriverProfiles pDefaults)
  • Method Details