Pose2d
Constructs a Pose2d from a position vector and a heading angle.
Parameters
the position vector
the heading angle in radians
Constructs a Pose2d from x and y distance measurements and a heading rotation.
Parameters
the x-coordinate
the y-coordinate
the heading rotation
Constructs a Pose2d from x and y distance measurements and a heading angle.
Parameters
the x-coordinate
the y-coordinate
the heading angle measurement
Constructs a Pose2d from x and y coordinates (in inches) and a heading rotation.
Convenience constructor that assumes inch units for position coordinates.
Parameters
the x-coordinate in inches
the y-coordinate in inches
the heading rotation
Constructs a Pose2d from x and y coordinates (in inches) and a heading angle (in radians).
Convenience constructor that assumes inch units for position and radians for heading.
Parameters
the x-coordinate in inches
the y-coordinate in inches
the heading angle in radians