SwerveConstraints

@Serializable()
public final class SwerveConstraints implements TrajectoryConstraints

Constructors

Link copied to clipboard
public SwerveConstraints SwerveConstraints(    Double maxWheelVel,     Double trackWidth,     Double wheelBase,     Double maxVel,     Double maxAccel,     Angle maxAngVel,     Angle maxAngAccel,     Angle maxAngJerk)
public SwerveConstraints SwerveConstraints(    Double maxWheelVel,     Double trackWidth,     Double wheelBase,     Double maxVel,     Double maxAccel,     Angle maxAngVel,     Angle maxAngAccel)
public SwerveConstraints SwerveConstraints(    Double maxWheelVel,     Double trackWidth,     Double wheelBase,     Double maxVel,     Double maxAccel,     Angle maxAngVel)
public SwerveConstraints SwerveConstraints(Double maxWheelVel, Double trackWidth, Double wheelBase, Double maxVel, Double maxAccel)
public SwerveConstraints SwerveConstraints(Double maxWheelVel, Double trackWidth, Double wheelBase, Double maxVel)
public SwerveConstraints SwerveConstraints(Double maxWheelVel, Double trackWidth, Double wheelBase)

Properties

Link copied to clipboard
Link copied to clipboard
public final Double maxAccel
Link copied to clipboard
private final Angle maxAngAccel
Link copied to clipboard
private final Angle maxAngJerk
Link copied to clipboard
private final Angle maxAngVel
Link copied to clipboard
public final Double maxVel
Link copied to clipboard
public final Double maxWheelVel
Link copied to clipboard
public final Double trackWidth
Link copied to clipboard
private final transient MinVelocityConstraint velConstraint
Link copied to clipboard
public final Double wheelBase

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard