google-ar / arcore-ios-sdk

ARCore SDK for iOS
https://developers.google.com/ar/
Apache License 2.0
283 stars 84 forks source link

GARSession flag not using arcore service #79

Closed arenas7307979 closed 1 year ago

arenas7307979 commented 1 year ago

Is there a flag or setting in GARSession that can be used to maintain the operation of the ARKit (i.e., continue to derive pose and display anchors), but without invoking the Google Cloud Anchors service (ARCORE) for geolocation image matching?

arenas7307979 commented 1 year ago

my goal is to continue tracking anchors and rendering through the local ARKit on the device, without relying on global position updates (ARCore services), once initialization is stable.

jrullman commented 1 year ago

I'm not understanding what you are using the ARCore SDK for. Can you explain more?