Kinematics
A collection of methods for various kinematics-related tasks.
Functions
Link copied to clipboard
Returns the error between targetFieldPose and currentFieldPose in the field frame.
Link copied to clipboard
Returns the error between targetFieldPose and currentFieldPose in the robot frame.
Link copied to clipboard
public final static Pose2d fieldToRobotAcceleration(Pose2d fieldPose, Pose2d fieldVel, Pose2d fieldAccel)
Returns the robot pose acceleration corresponding to fieldPose, fieldVel, and fieldAccel.
Link copied to clipboard
Link copied to clipboard
Performs a relative odometry update. Note: this assumes that the robot moves with constant velocity over the measurement interval.