@JvmStatic @JvmOverloads fun wheelToRobotVelocities(wheelVelocities: List<Double>, trackWidth: Double, wheelBase: Double = trackWidth): Pose2d
Computes the robot velocity corresponding to wheelVelocities and the given drive parameters.
wheelVelocities
- wheel velocities (or wheel position deltas)
trackWidth
- lateral distance between pairs of wheels on different sides of the robot
wheelBase
- distance between pairs of wheels on the same side of the robot