Package com.marslib.swerve
Class SwerveSetpointGenerator.SwerveSetpoint
java.lang.Object
com.marslib.swerve.SwerveSetpointGenerator.SwerveSetpoint
- Enclosing class:
- SwerveSetpointGenerator
-
Field Summary
FieldsModifier and TypeFieldDescriptionedu.wpi.first.math.kinematics.ChassisSpeedsedu.wpi.first.math.kinematics.SwerveModuleState[] -
Constructor Summary
ConstructorsConstructorDescriptionSwerveSetpoint(edu.wpi.first.math.kinematics.ChassisSpeeds chassisSpeeds, edu.wpi.first.math.kinematics.SwerveModuleState... moduleStates) -
Method Summary
-
Field Details
-
chassisSpeeds
public edu.wpi.first.math.kinematics.ChassisSpeeds chassisSpeeds -
moduleStates
public edu.wpi.first.math.kinematics.SwerveModuleState[] moduleStates
-
-
Constructor Details
-
SwerveSetpoint
public SwerveSetpoint(edu.wpi.first.math.kinematics.ChassisSpeeds chassisSpeeds, edu.wpi.first.math.kinematics.SwerveModuleState... moduleStates)
-