Azure / azure-spatial-anchors-samples

Azure Spatial Anchors sample code
Other
293 stars 139 forks source link

ARReferencePoint count keeps increasing during a session #140

Closed vincentfretin closed 3 years ago

vincentfretin commented 4 years ago

ARReferencePoint count (referencePointManager.trackables.count) keeps increasing during a session each time a new watcher detects a previously located anchor. Is this a normal behavior?

Here is an example of what I do during a session:

Should I keep track myself of located anchors identifiers and not put them again in the watcher identifiers list? Is this normal that it creates two native anchors when a cloud anchor is located for the first time? Is this normal that it creates again a ARReferencePoint when a new watcher redetects a previously located anchor?

msftradford commented 3 years ago

Hi @vincentfretin, thanks for the questions. I've started an internal search (#30612339) to get you answers to your questions. Please be aware that starting in February 2021, the minimum version for ASA SDK will be 2.7.

vincentfretin commented 3 years ago

Hi @msftradford Thanks for the reply. If your internal search leads to a real issue that will be fixed, great! The project where I wanted to use ASA SDK is currently in stand by due to the pandemic, so I'm not currently working on it, but I'll be sure to update the SDK if I work on it again.

msftradford commented 3 years ago

@vincentfretin, understood. we'll leave this open and follow-up with our findings in case other folks end up having similar questions.

msftradford commented 3 years ago

Closing this issue as ARReferencePointManager has been deprecated in favor of ARAnchorManager.