Hi,
I'm trying to create an Azure spatial anchor with Android, ARCore and Sceneform. I tried to make the transformableNode of the anchor with his translationController enabled, but if I move the anchor and then I scan the environment, at the end it gives me an error if I try to save it:
D/ASACloud: StoreAndWatcherTrackedState::TryCreateInternalAsync for a new SpatialAnchor.
D/ASACloud: StoreAndWatcherTrackedState::TryCreateWithNewNeighborhoodAnchor
D/ASACloud: [MobileNeighborhoodManager::TryGetPoseFromWorldCoordinateFrameToNeighborhoodAnchor] NeighborhoodAnchor is NOT locatable so no world coordinates are available.
D/ASACloud: [MobileNeighborhoodManager::TryGetPoseBetweenAnchors] Neighborhood Anchor B was not Locatable.
D/ASACloud: [MobileNeighborhoodManager::GetAnchorNeighborhoodDataAsync] AnchorNotLocatable as Anchor's SessionId is not current.
D/ASACloud: [MobileNeighborhoodManager::GetQueryNeighborhoodDataAsync] Anchor neighborhood data is NOT available. Feedback: 2.
D/ASACloud: TryCreateWithNewNeighborhoodAnchor was unable to get enough neighborhood data.
D/ASACloud: OnError - Not enough Neighborhood Spatial Data was available to complete the desired create or update operation
E/ASACloud: Not enough Neighborhood Spatial Data was available to complete the desired create or update operation
Here there is the full stack trace: https://pastebin.com/1Snypn7G
It doesn't happen if I try to rotate or resize the anchor (with rotation and scale controllers). What could the problem be?
Thanks