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

Find correct north vector at a given navigation Cords (geolocation) #210

Open
VrushalNCT opened this issue Jan 15, 2021 · 0 comments
Open

Comments

@VrushalNCT
Copy link

We're currently taking the NED matrix for geolocation(navigation cords)(map.getNED()) and using the third row from the matrix as the north direction.(Out of 16 values in matrix starting from 0, we're using 8th, 9th and 10th values as a north vector).

And this is working on few geolocations and for other navigation cords it is 180 deg off (i.e. it gives south direction)
Lat : 2.9497867, Long : 34.907269 - For this one, it gives the correct North direction.
Lat : 34.112000 Long : -117.957000 - For this one, it gives south direction.

Is the above method correct to find out the north vector from the NED matrix?
Could you please suggest how to calculate a proper north direction at any given geolocation or navigation cords?

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

1 participant