MCPcopy Create free account
hub / github.com/Improbable-AI/VisionProTeleop / swap_yz

Function swap_yz

utils/visualize_tracking.py:101–103  ·  view source on GitHub ↗

No coordinate swap - display in native ARKit coordinates (Y-up).

(point: np.ndarray)

Source from the content-addressed store, hash-verified

99
100
101def swap_yz(point: np.ndarray) -> np.ndarray:
102 """No coordinate swap - display in native ARKit coordinates (Y-up)."""
103 return point
104
105
106def get_axes(matrix: np.ndarray, scale: float = 0.05) -> tuple[np.ndarray, np.ndarray, np.ndarray]:

Callers 2

draw_coordinate_frameFunction · 0.85
draw_handFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected