google-ar / arcore-unity-extensions

Google ARCore Extensions and Geospatial Creator for Unity's AR Foundation
Other
347 stars 97 forks source link

Integrating Real Time Kinematic (RTK) with Geospatial API? #210

Open Thenolypus opened 1 month ago

Thenolypus commented 1 month ago

Are there plans to integrate RTK to Geospatial API?

At the moment, Geospatial API addresses most accuracy issues, provided Google has prior knowledge (through VPS) to said area. However, if a project desires centimeters to millimeters accuracy, I believe an RTK fixed base station could be set up and use Geospatial API functionalities (such as adding geospatial anchors that subscribes to the RTK fixed base station instead) within areas where Google would have difficulties detecting via its VPS. Would this make sense to include RTK functionalities in the future? or will the workload required to make this outweigh the benefits?

I am open to alternative suggestions for ways to obtain accuracies in areas with not so good VPS coverage.

Much thanks in advance!

15kingben commented 1 month ago

We don't have any plans currently for adding that feature. If an area does not have VPS scanning the area for Cloud Anchors might be useful. ARCore's device pose accuracy may not be accurate enough to utilize higher accuracy external sensors.