inverse
abstract fun <Param : DualParameter> inverse(velocity: PoseVelocity2dDual<Param>): WheelVelocities<Param>
Performs inverse kinematics: computes wheel velocities required to achieve the desired robot velocity.
Return
Wheel velocities.
Parameters
velocity
Robot velocity in the robot's local frame.