Package-level declarations

Kinematics models for robot drivetrains

Types

Link copied to clipboard

Differential swerve drive kinematic equations. All wheel positions and velocities are given in (left, right) tuples. Robot poses are specified in a coordinate system with positive x pointing forward, positive y pointing left, and positive heading measured counter-clockwise from the x-axis. Note that for the differential, the wheel velocity is half the difference between the top and bottom gear velocities, and the angular velocity is the half the sum (assuming all gears are the same size).

Link copied to clipboard
object Kinematics

A collection of methods for various kinematics-related tasks.

Link copied to clipboard

Mecanum drive kinematic equations. All wheel positions and velocities are given starting with front left and proceeding counter-clockwise (i.e., front left, back left, back right, front right). Robot poses are specified in a coordinate system with positive x pointing forward, positive y pointing left, and positive heading measured counter-clockwise from the x-axis.

Link copied to clipboard

Swerve drive kinematic equations. All wheel positions and velocities are given starting with front left and proceeding counter-clockwise (i.e., front left, back left, back right, front right). Robot poses are specified in a coordinate system with positive x pointing forward, positive y pointing left, and positive heading measured counter-clockwise from the x-axis.

Link copied to clipboard

Tank drive kinematic equations based upon the unicycle model. All wheel positions and velocities are given in (left, right) tuples. Robot poses are specified in a coordinate system with positive x pointing forward, positive y pointing left, and positive heading measured counter-clockwise from the x-axis.