Skip to content

Commit

Permalink
Chore: sweep dust and clean bathroom
Browse files Browse the repository at this point in the history
  • Loading branch information
legoeruro committed Sep 30, 2024
1 parent 441490f commit 5219e17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
12 changes: 0 additions & 12 deletions python/examples/minimal/minimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,12 @@

import arflow

import rerun as rr
import rerun.datatypes as rrdt


class MinimalService(arflow.ARFlowService):
def __init__(self):
super().__init__()
self.recorder.log(
"world/xyz",
rr.Arrows3D(
vectors=[[1, 0, 0], [0, 1, 0], [0, 0, 1]],
colors=[[255, 0, 0], [0, 255, 0], [0, 0, 255]],
),
)


def on_register(self, request: arflow.RegisterRequest):

positions = np.vstack(
[xyz.ravel() for xyz in np.mgrid[3 * [slice(-10, 10, 10j)]]]
).T
Expand Down
2 changes: 1 addition & 1 deletion unity/Assets/Scripts/ARFlow/ARFlowClientManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void Connect(
#if UNITY_ANDROID
DataType = "u16", // f32 for iOS, u16 for Android
#endif
#if UNITY_IPHONE
#if UNITY_IOS
DataType = "f32",
#endif
ConfidenceFilteringLevel = 0,
Expand Down
6 changes: 1 addition & 5 deletions unity/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,7 @@ PlayerSettings:
visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0
bundleVersion: 0.1
preloadedAssets:
- {fileID: -4019099003003015272, guid: 20526f0dba1114536b1e928dbe0eca0a, type: 2}
- {fileID: 11400000, guid: 8d33ccf7e1a574b7a8329f7d9563a589, type: 2}
- {fileID: 4800000, guid: c9f956787b1d945e7b36e0516201fc76, type: 3}
- {fileID: 4800000, guid: 0945859e5a1034c2cb6dce53cb4fb899, type: 3}
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1
Expand Down

0 comments on commit 5219e17

Please sign in to comment.