Class DeadwheelKinematics

java.lang.Object
xbot.common.math.kinematics.DeadwheelKinematics
All Implemented Interfaces:
Interpolator<DeadwheelWheelPositions>, Kinematics<DeadwheelWheelSpeeds,DeadwheelWheelPositions>

public class DeadwheelKinematics extends Object implements Kinematics<DeadwheelWheelSpeeds,DeadwheelWheelPositions>
Helper class that converts a deadwheel velocity (dx and dtheta components) to left and right wheel velocities for a differential drive.

Inverse kinematics converts a desired chassis speed into left and right velocity components whereas forward kinematics converts left and right component velocities into a linear and angular chassis speed.