MecanumConstraints

@Serializable()
public final class MecanumConstraints implements TrajectoryConstraints

Constructors

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

Properties

Link copied to clipboard
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