RobotKinematics
Represents the kinematics of a robot drive train, providing methods for inverse kinematics and velocity constraints based on wheel speeds.
Inheritors
Functions
Link copied to clipboard
Performs forward kinematics: computes the twist (pose delta) that occurred based on the given wheel increments.
Performs forward kinematics: computes the chassis velocity required to achieve the given wheel velocities.
Link copied to clipboard
abstract fun <Param : DualParameter> inverse(velocity: PoseVelocity2dDual<Param>): WheelVelocities<Param>
Performs inverse kinematics: computes wheel velocities required to achieve the desired robot velocity.