public class MecanumVelocityConstraint implements TrajectoryVelocityConstraint
Mecanum-specific drive constraints that also limit maximum wheel velocities.
@JvmOverloads
public MecanumVelocityConstraint(double maxWheelVel,
double trackWidth,
double wheelBase,
double lateralMultiplier)
Mecanum-specific drive constraints that also limit maximum wheel velocities.
maxWheelVel - maximum wheel velocitytrackWidth - track widthwheelBase - wheel baselateralMultiplier - lateral multiplier@JvmOverloads
public MecanumVelocityConstraint(double maxWheelVel,
double trackWidth,
double wheelBase)
Mecanum-specific drive constraints that also limit maximum wheel velocities.
maxWheelVel - maximum wheel velocitytrackWidth - track widthwheelBase - wheel base@JvmOverloads
public MecanumVelocityConstraint(double maxWheelVel,
double trackWidth)
Mecanum-specific drive constraints that also limit maximum wheel velocities.
maxWheelVel - maximum wheel velocitytrackWidth - track width