SwerveKinematics
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.
Functions
Returns the modules positions of a swerve drive with two modules spaced trackWidth apart.
Returns the module positions of a swerve drive with four modules in a rectangular configuration.
Computes the robot velocities corresponding to wheelVelocities, moduleOrientations, and the drive parameters.
Computes the acceleration vectors corresponding to robotAccel given the provided modulePositions.
Computes the module angular velocities corresponding to robotAccel given the provided modulePositions.
Computes the module orientations corresponding to robotVel given the provided modulePositions.
Computes the module velocity vectors corresponding to robotVel given the provided modulePositions.
Computes the wheel accelerations corresponding to robotAccel given the provided modulePositions.
Computes the wheel velocities corresponding to robotVel given the provided modulePositions.