codelab-geospatial icon indicating copy to clipboard operation
codelab-geospatial copied to clipboard

Results 17 codelab-geospatial issues
Sort by recently updated
recently updated
newest added

Anchor is keep moving not stable at one position at provided lat long. I am taking lat long to place anchor from LatLong.latitude and LatLong.Longitude . Any suggestion for this.

in step 4, the file referenced is `CodelabRenderer.kt` when it should be `CodelabActivity.kt`

every time when starting the app I get this error even when I follow the instructions in this codelab https://developers.google.com/ar/develop/java/geospatial/codelab#1 `Unable to make field private final java.lang.String java.io.File.path accessible: module...

Using Unity 2021.3.17f1 and deploying to a Pixel 3 using Android 12 SP1A.210812.016.C2, I was able to achieve phone geolocation as evidenced by displaying the geometry and seeing that it...

We send the geo pose of a player over the network to synchronize the position. The struct geo pose cannot be serialized and sent as json. So we send the...

The vertex and frag shaders are `background_show_depth_color_visualization.vert` and `background_show_depth_color_visualization.frag`, and I've found them in the ARCore SDK source's sample applications. I'll add those to my PR as well. Just in...

Fixes #3, similar to https://github.com/google-ar/codelab-geospatial/pull/4 but for the `step-position-user` branch, since https://developers.google.com/ar/develop/java/geospatial/codelab#2 also has it on the anim gif.

Fixes #6 in the `step-place-anchor` branch See also https://github.com/google-ar/codelab-geospatial/pull/13

in step 2 in 'Integrate the API key with the Android Studio project' I think that the API_KEY should be set in src/main/res/values/api_key.xml rather than in the manifest. This file...