Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

arKitPoint method return value #24

Open
kasperekt opened this issue Oct 19, 2017 · 2 comments
Open

arKitPoint method return value #24

kasperekt opened this issue Oct 19, 2017 · 2 comments

Comments

@kasperekt
Copy link

I think there is a problem with your arKitPoint(fromIndoorLocationPoint:) method in 3.0.0.alpha.1 version. Documentation says that it returns position in ARKit coordinate system, but when I print it using this method, and I haven't move, it says I'm e.g. at (3.470437, -6.539561) point. Shouldn't it show something near (0, 0) since ARKit origin will be in the place I'm right at that moment?

This is how my code snippet looks like:

func indoorLocationManager(_ manager: EILIndoorLocationManager,
                               didUpdatePosition position: EILOrientedPoint,
                               with positionAccuracy: EILPositionAccuracy,
                               in location: EILLocation) {
    print(manager.arKitPoint(fromIndoorLocationPoint: position))
}
@icappsCedric
Copy link

@kasperekt did you ever get any response on this? Or did you manage to find a solution?

@kasperekt
Copy link
Author

@icappsCedric no, I didn't. I stopped using beacons at all and found another solution for my problem.

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

No branches or pull requests

2 participants