<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html#saveConfig()">saveConfig()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">CTRESwerveMotor</a></dt>
<dd>
<divclass="block">Save configuration data to the motor controller so it is persistent on reboot.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#saveConfig()">saveConfig()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Save configuration data to the motor controller so it is persistent on reboot.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#saveConfig()">saveConfig()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd>
<divclass="block">Save configuration data to the motor controller so it is persistent on reboot.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html#set(double)">set(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">CTRESwerveMotor</a></dt>
<dd>
<divclass="block">Set the speed of the drive motor from -1 to 1.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#set(double)">set(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Set the speed of the drive motor from -1 to 1.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#set(double)">set(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Common interface for setting the speed of a motor controller.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#set(double)">set(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd>
<divclass="block">Set the speed of the drive motor from -1 to 1.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html#set(double,double,double,boolean)">set(double, double, double, boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive</a></dt>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html#set(edu.wpi.first.math.kinematics.ChassisSpeeds)">set(ChassisSpeeds)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive</a></dt>
<dd>
<divclass="block">Set the swerve drive module states.</div>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#setAngle(double)">setAngle(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Set the angle of the swerve module without feedforward.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#setAngle(double,double)">setAngle(double, double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Set the angle of the swerve module.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#setAngleOffset(double)">setAngleOffset(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Configure the magnetic offset in the CANCoder.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#setCANStatusFrames(int,int,int,int,int)">setCANStatusFrames(int, int, int, int, int)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Set the CAN status frames.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html#setConversionFactor(double)">setConversionFactor(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">CTRESwerveMotor</a></dt>
<dd>
<divclass="block">Configures the conversion factor based upon which motor.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#setConversionFactor(double)">setConversionFactor(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Configures the conversion factor based upon which motor.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#setConversionFactor(double)">setConversionFactor(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd>
<divclass="block">Configures the conversion factor based upon which motor.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html#setCurrentLimit(int)">setCurrentLimit(int)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">CTRESwerveMotor</a></dt>
<dd>
<divclass="block">Set the current limit for the swerve drive motor, remember this may cause jumping if used in conjunction with
voltage compensation.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#setCurrentLimit(int)">setCurrentLimit(int)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Set the current limit for the swerve drive motor, remember this may cause jumping if used in conjunction with
voltage compensation.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#setCurrentLimit(int)">setCurrentLimit(int)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd>
<divclass="block">Set the current limit for the swerve drive motor, remember this may cause jumping if used in conjunction with
voltage compensation.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#setCurrentLimit(int,frc.robot.subsystems.swervedrive.swerve.SwerveMotor.ModuleMotorType)">setCurrentLimit(int, SwerveMotor.ModuleMotorType)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Set the current limit for the swerve drive motor, remember this may cause jumping if used in conjunction with
voltage compensation.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html#setEncoder(double)">setEncoder(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">CTRESwerveMotor</a></dt>
<dd>
<divclass="block">Set the encoder value.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#setEncoder(double)">setEncoder(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Set the encoder value.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#setEncoder(double)">setEncoder(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd>
<divclass="block">Set the encoder value.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html#setGyroInverted(boolean)">setGyroInverted(boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive</a></dt>
<dd>
<divclass="block">Invert the gyroscope reading.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/CTRECANCoder.html#setInverted(boolean)">setInverted(boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.encoders.<ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/CTRECANCoder.html"title="class in frc.robot.subsystems.swervedrive.swerve.encoders">CTRECANCoder</a></dt>
<dd>
<divclass="block">Configure the sensor direction</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/PWMAnalogEncoder.html#setInverted(boolean)">setInverted(boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.encoders.<ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/PWMAnalogEncoder.html"title="class in frc.robot.subsystems.swervedrive.swerve.encoders">PWMAnalogEncoder</a></dt>
<dd>
<divclass="block">Configure the sensor direction</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/PWMDutyCycleEncoder.html#setInverted(boolean)">setInverted(boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.encoders.<ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/PWMDutyCycleEncoder.html"title="class in frc.robot.subsystems.swervedrive.swerve.encoders">PWMDutyCycleEncoder</a></dt>
<dd>
<divclass="block">Configure the sensor direction</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/REVAbsoluteEncoder.html#setInverted(boolean)">setInverted(boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.encoders.<ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/REVAbsoluteEncoder.html"title="class in frc.robot.subsystems.swervedrive.swerve.encoders">REVAbsoluteEncoder</a></dt>
<dd>
<divclass="block">Configure the sensor direction.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html#setInverted(boolean)">setInverted(boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">CTRESwerveMotor</a></dt>
<dd>
<divclass="block">Invert the motor.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#setInverted(boolean)">setInverted(boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Invert the motor.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveEncoder.html#setInverted(boolean)">setInverted(boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveEncoder.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveEncoder</a></dt>
<dd>
<divclass="block">Configure the sensor direction</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#setInverted(boolean)">setInverted(boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Common interface for inverting direction of a motor controller.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#setInverted(boolean)">setInverted(boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd>
<divclass="block">Invert the motor.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#setInvertedAbsoluteEncoder(boolean)">setInvertedAbsoluteEncoder(boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Invert the absolute encoder.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#setInvertedTurn(boolean)">setInvertedTurn(boolean)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Set the steering motor to be inverted.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveParser.html#setModulePIDF(frc.robot.subsystems.swervedrive.swerve.SwerveMotor,com.fasterxml.jackson.databind.JsonNode)">setModulePIDF(SwerveMotor, JsonNode)</a></span> - Static method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveParser.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveParser</a></dt>
<dd>
<divclass="block">Set the PIDF for the module if the given JSON has the paramters.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html#setModuleStates(frc.robot.subsystems.swervedrive.swerve.kinematics.SwerveModuleState2%5B%5D)">setModuleStates(SwerveModuleState2[])</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive</a></dt>
<dd>
<divclass="block">Set the swerve module states given an array of states.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/CTRECANCoder.html#setOffset(double)">setOffset(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.encoders.<ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/CTRECANCoder.html"title="class in frc.robot.subsystems.swervedrive.swerve.encoders">CTRECANCoder</a></dt>
<dd>
<divclass="block">Configure the magnetic offset for the AbsoluteEncoder.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/PWMAnalogEncoder.html#setOffset(double)">setOffset(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.encoders.<ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/PWMAnalogEncoder.html"title="class in frc.robot.subsystems.swervedrive.swerve.encoders">PWMAnalogEncoder</a></dt>
<dd>
<divclass="block">Configure the magnetic offset for the AbsoluteEncoder.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/PWMDutyCycleEncoder.html#setOffset(double)">setOffset(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.encoders.<ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/PWMDutyCycleEncoder.html"title="class in frc.robot.subsystems.swervedrive.swerve.encoders">PWMDutyCycleEncoder</a></dt>
<dd>
<divclass="block">Configure the magnetic offset for the AbsoluteEncoder.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/REVAbsoluteEncoder.html#setOffset(double)">setOffset(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.encoders.<ahref="../frc/robot/subsystems/swervedrive/swerve/encoders/REVAbsoluteEncoder.html"title="class in frc.robot.subsystems.swervedrive.swerve.encoders">REVAbsoluteEncoder</a></dt>
<dd>
<divclass="block">Configure the magnetic offset for the AbsoluteEncoder.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveEncoder.html#setOffset(double)">setOffset(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveEncoder.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveEncoder</a></dt>
<dd>
<divclass="block">Configure the magnetic offset for the AbsoluteEncoder.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html#setPIDF(double,double,double,double,double)">setPIDF(double, double, double, double, double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">CTRESwerveMotor</a></dt>
<dd>
<divclass="block">Set the PIDF coefficients for the closed loop PID onboard the SparkMax.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#setPIDF(double,double,double,double,double)">setPIDF(double, double, double, double, double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Set the PIDF coefficients for the closed loop PID onboard the SparkMax.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#setPIDF(double,double,double,double,double)">setPIDF(double, double, double, double, double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd>
<divclass="block">Set the PIDF coefficients for the closed loop PID onboard the SparkMax.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html#setPIDF(double,double,double,double,double,frc.robot.subsystems.swervedrive.swerve.SwerveMotor.ModuleMotorType)">setPIDF(double, double, double, double, double, SwerveMotor.ModuleMotorType)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive</a></dt>
<dd>
<divclass="block">Set the PIDF coefficients for the closed loop PID onboard the motor controller.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#setPIDF(double,double,double,double,double,frc.robot.subsystems.swervedrive.swerve.SwerveMotor.ModuleMotorType)">setPIDF(double, double, double, double, double, SwerveMotor.ModuleMotorType)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Set the PIDF coefficients for the closed loop PID onboard the motor controller.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html#setPIDOutputRange(double,double)">setPIDOutputRange(double, double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">CTRESwerveMotor</a></dt>
<dd>
<divclass="block">Configure the maximum power (-1 to 1) the PID can output.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#setPIDOutputRange(double,double)">setPIDOutputRange(double, double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Configure the maximum power (-1 to 1) the PID can output.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#setPIDOutputRange(double,double)">setPIDOutputRange(double, double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd>
<divclass="block">Configure the maximum power (-1 to 1) the PID can output.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#setState(frc.robot.subsystems.swervedrive.swerve.kinematics.SwerveModuleState2)">setState(SwerveModuleState2)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Set the module speed and angle based off the module state.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html#setTarget(double,double)">setTarget(double, double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">CTRESwerveMotor</a></dt>
<dd>
<divclass="block">Set the target for the PID loop.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#setTarget(double,double)">setTarget(double, double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Set the target for the PID loop.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#setTarget(double,double)">setTarget(double, double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd>
<divclass="block">Set the target for the PID loop.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.Verbosity.html#SETUP">SETUP</a></span> - frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.Verbosity.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.Verbosity</a></dt>
<dd>
<divclass="block">Creates every field for the module.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#setVelocity(double)">setVelocity(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Set the drive motor velocity in MPS.</div>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html#setVoltage(double)">setVoltage(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">CTRESwerveMotor</a></dt>
<dd>
<divclass="block">Set the voltage of the motor.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#setVoltage(double)">setVoltage(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Set the voltage of the motor.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#setVoltage(double)">setVoltage(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd>
<divclass="block">Set the voltage of the motor.</div>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html#setVoltageCompensation()">setVoltageCompensation()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive</a></dt>
<dd>
<divclass="block">Enable voltage compensation to the current battery voltage on all modules.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html#setVoltageCompensation(double)">setVoltageCompensation(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">CTRESwerveMotor</a></dt>
<dd>
<divclass="block">Set the voltage compensation for the swerve module motor.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#setVoltageCompensation(double)">setVoltageCompensation(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Set the voltage compensation for the swerve module motor.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#setVoltageCompensation(double)">setVoltageCompensation(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Set the voltage compensation for the swerve module motor.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#setVoltageCompensation(double)">setVoltageCompensation(double)</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd>
<divclass="block">Set the voltage compensation for the swerve module motor.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html#setX()">setX()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive</a></dt>
<dd>
<divclass="block">Sets the wheels into an X formation to prevent movement.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.REV_slotIdx.html#Simulation">Simulation</a></span> - frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.REV_slotIdx.html"title="enum in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor.REV_slotIdx</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.SwerveModuleConfig.html#steering">steering</a></span> - Variable in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.SwerveModuleConfig.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive.SwerveModuleConfig</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#steeringKV">steeringKV</a></span> - Variable in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">kV for steering feedforward.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html#stop()">stop()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/CTRESwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">CTRESwerveMotor</a></dt>
<dd>
<divclass="block">Stop the motor by sending 0 volts to it.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html#stop()">stop()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.motors.<ahref="../frc/robot/subsystems/swervedrive/swerve/motors/REVSwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve.motors">REVSwerveMotor</a></dt>
<dd>
<divclass="block">Stop the motor by sending 0 volts to it.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#stop()">stop()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd>
<divclass="block">Stop the motor by sending 0 volts to it.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html#stopMotor()">stopMotor()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive</a></dt>
<dd>
<divclass="block">Stop all running and turning motors.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#stopMotor()">stopMotor()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Stops motor movement.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html#subscribe()">subscribe()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive</a></dt>
<dd>
<divclass="block">Update swerve module parameters based on data in the dashboard.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#subscribe()">subscribe()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Subscribe from data within smart dashboard to make changes to the swerve module.</div>
</dd>
<dt><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html"title="class in frc.robot.subsystems.swervedrive.swerve"><spanclass="typeNameLink">SwerveDrive</span></a> - Class in <ahref="../frc/robot/subsystems/swervedrive/swerve/package-summary.html">frc.robot.subsystems.swervedrive.swerve</a></dt>
<dd>
<divclass="block">SwerveDrive base which is meant to be platform agnostic.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html#%3Cinit%3E(frc.robot.subsystems.swervedrive.swerve.SwerveModule,frc.robot.subsystems.swervedrive.swerve.SwerveModule,frc.robot.subsystems.swervedrive.swerve.SwerveModule,frc.robot.subsystems.swervedrive.swerve.SwerveModule,com.ctre.phoenix.sensors.WPI_Pigeon2,double,double,double,double,double,boolean,edu.wpi.first.math.geometry.Pose2d)">SwerveDrive(SwerveModule<?, ?, ?>, SwerveModule<?, ?, ?>, SwerveModule<?, ?, ?>, SwerveModule<?, ?, ?>, WPI_Pigeon2, double, double, double, double, double, boolean, Pose2d)</a></span> - Constructor for class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive</a></dt>
<dd>
<divclass="block">Constructor for Swerve Drive assuming modules have been created and configured with PIDF and conversions.</div>
</dd>
<dt><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.SwerveModuleConfig.html"title="class in frc.robot.subsystems.swervedrive.swerve"><spanclass="typeNameLink">SwerveDrive.SwerveModuleConfig</span></a><<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.SwerveModuleConfig.html"title="type parameter in SwerveDrive.SwerveModuleConfig">DriveMotorType</a> extends edu.wpi.first.wpilibj.motorcontrol.MotorController,​<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.SwerveModuleConfig.html"title="type parameter in SwerveDrive.SwerveModuleConfig">SteeringMotorType</a> extends edu.wpi.first.wpilibj.motorcontrol.MotorController,​<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.SwerveModuleConfig.html"title="type parameter in SwerveDrive.SwerveModuleConfig">AbsoluteEncoder</a> extends com.ctre.phoenix.sensors.CANCoder> - Class in <ahref="../frc/robot/subsystems/swervedrive/swerve/package-summary.html">frc.robot.subsystems.swervedrive.swerve</a></dt>
<dd>
<divclass="block">Helper class for easier swerve module creation</div>
</dd>
<dt><ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/SwerveDriveKinematics2.html"title="class in frc.robot.subsystems.swervedrive.swerve.kinematics"><spanclass="typeNameLink">SwerveDriveKinematics2</span></a> - Class in <ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/package-summary.html">frc.robot.subsystems.swervedrive.swerve.kinematics</a></dt>
<dd>
<divclass="block">Clone of WPI SwerveKinematics, which implements second order kinematics when calculating modules states from chassis
speed.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/SwerveDriveKinematics2.html#%3Cinit%3E(edu.wpi.first.math.geometry.Translation2d...)">SwerveDriveKinematics2(Translation2d...)</a></span> - Constructor for class frc.robot.subsystems.swervedrive.swerve.kinematics.<ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/SwerveDriveKinematics2.html"title="class in frc.robot.subsystems.swervedrive.swerve.kinematics">SwerveDriveKinematics2</a></dt>
<dd>
<divclass="block">Constructs a swerve drive kinematics object.</div>
</dd>
<dt><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveEncoder.html"title="class in frc.robot.subsystems.swervedrive.swerve"><spanclass="typeNameLink">SwerveEncoder</span></a><<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveEncoder.html"title="type parameter in SwerveEncoder">AbsoluteEncoderType</a>> - Class in <ahref="../frc/robot/subsystems/swervedrive/swerve/package-summary.html">frc.robot.subsystems.swervedrive.swerve</a></dt>
<dd>
<divclass="block">Swerve Encoder class definition for common interfaces.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveEncoder.html#%3Cinit%3E()">SwerveEncoder()</a></span> - Constructor for class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveEncoder.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveEncoder</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#swerveLocation">swerveLocation</a></span> - Variable in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Enum representing the swerve module's location on the robot, assuming square.</div>
</dd>
<dt><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve"><spanclass="typeNameLink">SwerveModule</span></a><<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="type parameter in SwerveModule">DriveMotorType</a> extends edu.wpi.first.wpilibj.motorcontrol.MotorController,​<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="type parameter in SwerveModule">AngleMotorType</a> extends edu.wpi.first.wpilibj.motorcontrol.MotorController,​<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="type parameter in SwerveModule">AbsoluteEncoderType</a>> - Class in <ahref="../frc/robot/subsystems/swervedrive/swerve/package-summary.html">frc.robot.subsystems.swervedrive.swerve</a></dt>
<dd>
<divclass="block">Swerve module for representing a single swerve module of the robot.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#%3Cinit%3E(DriveMotorType,AngleMotorType,AbsoluteEncoderType,frc.robot.subsystems.swervedrive.swerve.SwerveModule.SwerveModuleLocation,double,double,double,double,double,double,double,double,double,double,double,boolean,boolean)">SwerveModule(DriveMotorType, AngleMotorType, AbsoluteEncoderType, SwerveModule.SwerveModuleLocation, double, double, double, double, double, double, double, double, double, double, double, boolean, boolean)</a></span> - Constructor for class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dt><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve"><spanclass="typeNameLink">SwerveModule.SwerveModuleLocation</span></a> - Enum in <ahref="../frc/robot/subsystems/swervedrive/swerve/package-summary.html">frc.robot.subsystems.swervedrive.swerve</a></dt>
<dd>
<divclass="block">Swerve Module location on the robot.</div>
</dd>
<dt><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.Verbosity.html"title="enum in frc.robot.subsystems.swervedrive.swerve"><spanclass="typeNameLink">SwerveModule.Verbosity</span></a> - Enum in <ahref="../frc/robot/subsystems/swervedrive/swerve/package-summary.html">frc.robot.subsystems.swervedrive.swerve</a></dt>
<dd>
<divclass="block">Verbosity levels for data publishing,</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.SwerveModuleConfig.html#%3Cinit%3E(DriveMotorType,SteeringMotorType,AbsoluteEncoder,double,frc.robot.subsystems.swervedrive.swerve.SwerveModule.SwerveModuleLocation)">SwerveModuleConfig(DriveMotorType, SteeringMotorType, AbsoluteEncoder, double, SwerveModule.SwerveModuleLocation)</a></span> - Constructor for class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.SwerveModuleConfig.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive.SwerveModuleConfig</a></dt>
<dd>
<divclass="block">Swerve Module configuration class to define the motor CAN IDs and absolute encoder offset of a swerve module.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#swerveModuleLocation">swerveModuleLocation</a></span> - Variable in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Swerve Module location object relative to the center of the robot.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.SwerveModuleLocation.html#%3Cinit%3E()">SwerveModuleLocation()</a></span> - Constructor for enum frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve">SwerveModule.SwerveModuleLocation</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#SwerveModuleLocationToString(frc.robot.subsystems.swervedrive.swerve.SwerveModule.SwerveModuleLocation)">SwerveModuleLocationToString(SwerveModule.SwerveModuleLocation)</a></span> - Static method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Convert <ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.SwerveModuleLocation.html"title="enum in frc.robot.subsystems.swervedrive.swerve"><code>SwerveModule.SwerveModuleLocation</code></a> to <code>String</code> representation.</div>
</dd>
<dt><ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/SwerveModuleState2.html"title="class in frc.robot.subsystems.swervedrive.swerve.kinematics"><spanclass="typeNameLink">SwerveModuleState2</span></a> - Class in <ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/package-summary.html">frc.robot.subsystems.swervedrive.swerve.kinematics</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/SwerveModuleState2.html#%3Cinit%3E()">SwerveModuleState2()</a></span> - Constructor for class frc.robot.subsystems.swervedrive.swerve.kinematics.<ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/SwerveModuleState2.html"title="class in frc.robot.subsystems.swervedrive.swerve.kinematics">SwerveModuleState2</a></dt>
<dd>
<divclass="block">Constructs a SwerveModuleState with zeros for speed and angle.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/SwerveModuleState2.html#%3Cinit%3E(double,edu.wpi.first.math.geometry.Rotation2d)">SwerveModuleState2(double, Rotation2d)</a></span> - Constructor for class frc.robot.subsystems.swervedrive.swerve.kinematics.<ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/SwerveModuleState2.html"title="class in frc.robot.subsystems.swervedrive.swerve.kinematics">SwerveModuleState2</a></dt>
<dd>
<divclass="block">Constructs a SwerveModuleState.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/SwerveModuleState2.html#%3Cinit%3E(double,edu.wpi.first.math.geometry.Rotation2d,double)">SwerveModuleState2(double, Rotation2d, double)</a></span> - Constructor for class frc.robot.subsystems.swervedrive.swerve.kinematics.<ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/SwerveModuleState2.html"title="class in frc.robot.subsystems.swervedrive.swerve.kinematics">SwerveModuleState2</a></dt>
<dd>
<divclass="block">Constructs a SwerveModuleState.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/SwerveModuleState2.html#%3Cinit%3E(edu.wpi.first.math.kinematics.SwerveModuleState)">SwerveModuleState2(SwerveModuleState)</a></span> - Constructor for class frc.robot.subsystems.swervedrive.swerve.kinematics.<ahref="../frc/robot/subsystems/swervedrive/swerve/kinematics/SwerveModuleState2.html"title="class in frc.robot.subsystems.swervedrive.swerve.kinematics">SwerveModuleState2</a></dt>
<dd>
<divclass="block">Constructs a SwerveModuleState with zeros for speed and angle.</div>
</dd>
<dt><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve"><spanclass="typeNameLink">SwerveMotor</span></a> - Class in <ahref="../frc/robot/subsystems/swervedrive/swerve/package-summary.html">frc.robot.subsystems.swervedrive.swerve</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html#%3Cinit%3E()">SwerveMotor()</a></span> - Constructor for class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveMotor</a></dt>
<dd> </dd>
<dt><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveMotor.ModuleMotorType.html"title="enum in frc.robot.subsystems.swervedrive.swerve"><spanclass="typeNameLink">SwerveMotor.ModuleMotorType</span></a> - Enum in <ahref="../frc/robot/subsystems/swervedrive/swerve/package-summary.html">frc.robot.subsystems.swervedrive.swerve</a></dt>
<dd>
<divclass="block">Motor type for the swerve drive module</div>
</dd>
<dt><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveParser.html"title="class in frc.robot.subsystems.swervedrive.swerve"><spanclass="typeNameLink">SwerveParser</span></a> - Class in <ahref="../frc/robot/subsystems/swervedrive/swerve/package-summary.html">frc.robot.subsystems.swervedrive.swerve</a></dt>
<dd>
<divclass="block">Swerve Drive JSON parser.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveParser.html#%3Cinit%3E()">SwerveParser()</a></span> - Constructor for class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveParser.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveParser</a></dt>
<dd> </dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html#synchronizeEncoders()">synchronizeEncoders()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveDrive.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveDrive</a></dt>
<dd>
<divclass="block">Synchronize internal steering encoders with the absolute encoder.</div>
</dd>
<dt><spanclass="memberNameLink"><ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html#synchronizeSteeringEncoder()">synchronizeSteeringEncoder()</a></span> - Method in class frc.robot.subsystems.swervedrive.swerve.<ahref="../frc/robot/subsystems/swervedrive/swerve/SwerveModule.html"title="class in frc.robot.subsystems.swervedrive.swerve">SwerveModule</a></dt>
<dd>
<divclass="block">Synchronizes the internal encoder for the steering motor with the value from the absolute encoder.</div>