Class SwerveSetpointGenerator.SwerveSetpoint

java.lang.Object
com.marslib.swerve.SwerveSetpointGenerator.SwerveSetpoint
Enclosing class:
SwerveSetpointGenerator

public static class SwerveSetpointGenerator.SwerveSetpoint extends Object
  • 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)