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)
Functions
Link copied to clipboard
public final static DriveVelocityConstraint forMecanum(Double maxWheelVel, Double trackWidth, Double wheelBase, Double lateralMultiplier)
Link copied to clipboard
Link copied to clipboard