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

Possible way of improving compass accuracy. #35

Open
MarkYHZhang opened this issue Jul 19, 2018 · 1 comment
Open

Possible way of improving compass accuracy. #35

MarkYHZhang opened this issue Jul 19, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@MarkYHZhang
Copy link

As mentioned in the readme file, there is a problem with compass accuracy. I did a little research and I wonder if it is possible or feasible to implement this fix into this library.

Essentially the idea is to take "one GPS reading when the user starts the app and have them walk in a straight line and take another GPS reading. Then with these two points you can tell which direction that person was walking (assuming their camera is pointing in the direction they are walking)".

"Their project uses AR Position deltas and GPS Position deltas to calculate an angle which is the offset from the AR camera to true north."

I believe this could be a possible solution to the compass accuracy issue as it is implemented in a closed-source library called "MapBox". I really hope to see this idea come to life in this open-source project!

source: "Step 2: Stupid Compass" in http://www.instructables.com/id/Placing-AR-Objects-at-GPS-Coordinates-in-Augmented/

@johnwedgbury johnwedgbury added the enhancement New feature or request label Jul 26, 2018
@johnwedgbury
Copy link
Collaborator

We'd appreciate any contributions towards achieving this!

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

No branches or pull requests

2 participants