DriveVelocityConstraint

Drive constraint that limits maximum wheel velocities.

Parameters

maxWheelVel

maximum wheel velocity

Constructors

Link copied to clipboard
public DriveVelocityConstraint DriveVelocityConstraint(Double maxWheelVel, Function1<Pose2d, List<Double>> robotToWheelVelocities)

Properties

Link copied to clipboard
private final Double maxWheelVel

Functions

Link copied to clipboard
public final static DriveVelocityConstraint forMecanum(Double maxWheelVel, Double trackWidth, Double wheelBase, Double lateralMultiplier)
Link copied to clipboard
public final static DriveVelocityConstraint forSwerve(Double maxWheelVel, List<Vector2d> modulePositions)
Link copied to clipboard
public final static DriveVelocityConstraint forTank(Double maxWheelVel, Double trackWidth)
Link copied to clipboard
public Double get(Pose2d pose, Pose2d deriv, Pose2d lastDeriv, Double ds, Pose2d baseRobotVel)

Returns the maximum profile velocity.

Link copied to clipboard
public final Double getMaxWheelVel()