mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-23 09:46:00 +00:00
Silence ruff N817 on scipy Rotation import
This commit is contained in:
@@ -32,7 +32,7 @@ Quaternions are scalar-first (w, x, y, z) unless noted.
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from scipy.spatial.transform import Rotation as R
|
from scipy.spatial.transform import Rotation as R # noqa: N817
|
||||||
|
|
||||||
# 24-joint parent tree used by the headset body-pose stream (SMPL-X body subset).
|
# 24-joint parent tree used by the headset body-pose stream (SMPL-X body subset).
|
||||||
# Matches PoseStreamer.parent_indices in gear_sonic's pico_manager_thread_server.py.
|
# Matches PoseStreamer.parent_indices in gear_sonic's pico_manager_thread_server.py.
|
||||||
|
|||||||
Reference in New Issue
Block a user