getHeadingVector

This returns a Vector in the direction of the robot that contains the heading correction as its magnitude. Positive heading correction turns the robot counter-clockwise, and negative heading correction values turn the robot clockwise. So basically, Pedro Pathing uses a right- handed coordinate system.

Note: This vector is clamped to be at most 1 in magnitude.

Return

returns the heading vector.