Pose
This creates a new Pose from a x, y, and heading inputs.
Parameters
set X
the initial x value
set Y
the initial y value
set Heading
the initial heading value
This creates a new Pose from a x, y, and heading inputs in the Pedro Pathing coordinate system or the FTC Standard coordinate system.
Parameters
set X
the initial x value
set Y
the initial y value
set Heading
the initial heading value
is In Pedro Coordinates
whether the input is in Pedro coordinates or FTC Standard coordinates
This creates a new Pose from x and y inputs. The heading is set to 0.
Parameters
set X
the initial x value
set Y
the initial y value
This creates a new Pose from x and y inputs. The heading is set to 0.
Parameters
set X
the initial x value
set Y
the initial y value
is In Pedro Coordinates
whether the input is in Pedro coordinates or FTC Standard coordinates
This creates a new Pose with no inputs and 0 for all values.