get Heading
Return
the normalized estimated H (heading) position of the robot in specified unit. This heading is a normalized heading, wrapped from -180°, to 180°.
Parameters
angle Unit
the unit to use
Return
the unnormalized estimated H (heading) position of the robot in specified unit This heading is unnormalized, not constrained from -180° to 180°. It will continue counting multiple rotations.
Parameters
unnormalized Angle Unit
the unit to use that will not wrap angle
Deprecated
Return
the unnormalized estimated H (heading) position of the robot in radians. This heading is unnormalized, not constrained from -180° to 180°. It will continue counting multiple rotations.
Deprecated
two overload for this function exist with AngleUnit parameter. These minimize the possibility of unit confusion.