Skip to content

Question about the heading/yaw angle convention in the output results #23

Description

@seelzy

Hello author,

I would like to ask how the heading angle in the output results is defined in the code. Based on the following code:

Eigen::Vector3d ypr(3);
double y = atan2(n(1), n(0));

my understanding is that East is defined as 0 degrees, the counterclockwise direction is positive, and the angle range is from -180 to 180 degrees.

Is my understanding correct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions