Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECEF-to-NED initial latitude? #30

Closed
katiska opened this issue Jul 6, 2017 · 0 comments
Closed

ECEF-to-NED initial latitude? #30

katiska opened this issue Jul 6, 2017 · 0 comments

Comments

@katiska
Copy link

katiska commented Jul 6, 2017

In GeodeticConverter::initializeReference() the ecef_to_ned_matrix_ is defined using double phiP = atan2(initial_ecef_z_, sqrt(pow(initial_ecef_x_, 2) + pow(initial_ecef_y_, 2))); as the latitude.

Doesn't this imply a geocentric latitude instead of geodetic latitude? Why isn't the geodetic initial_latitude_ used, like in the reverse ned_to_ecef_matrix_?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants