WheelVelConstraint
class WheelVelConstraint<WI : WheelIncrements<*>, WV : WheelVelocities<*>>(val kinematics: RobotKinematics<WI, WV>, val maxWheelVel: Double) : VelConstraint
Velocity constraint based on maximum wheel velocities.
This constraint calculates the maximum robot velocity by considering the physical limits of the wheel velocities through inverse and forward kinematics.