ARKit-CoreLocation icon indicating copy to clipboard operation
ARKit-CoreLocation copied to clipboard

POIs is moving with iPhone

Open jeromeDms opened this issue 5 years ago • 4 comments

Dear All First of all, thanks for this framework ! I'm facing an issue, when I move with my iPhone in the hand, the POI is following me. I read some others observing this, but did not find a clear solution to solve this. Am I missing something ? Initializing the framework with a wrong parameter ? I'm using the code from the example, I did not change anything appart from adding a couple of @objc tags in front of the functions I use from my objective C project. Thanks for any tip you can provide about the above issue. Jerome

jeromeDms avatar Jan 28 '20 16:01 jeromeDms

@jeromeDms Have you resolved this?

ngoan avatar Apr 26 '20 23:04 ngoan

This seems to be particularly bad when the waypoints are very hear the device (1-10 meters). You can fix the horizontal movement by setting an altitude, but the other two planes move a lot. Hoping for a solution to reduce this movement...

furzik avatar May 26 '20 17:05 furzik

@jeromeDms you have probably solved this but check to make sure you have set "NSLocationWhenInUseUsageDescription" in your info.plist

LouGrossi avatar Sep 22 '20 18:09 LouGrossi

Hey has anyone figured out how to keep the nodes still?

JackSoby avatar Oct 29 '20 02:10 JackSoby