diff --git a/src/lerobot/teleoperators/pico_headset/smpl_fk.py b/src/lerobot/teleoperators/pico_headset/smpl_fk.py index a54e3529f..1a13c7b3b 100644 --- a/src/lerobot/teleoperators/pico_headset/smpl_fk.py +++ b/src/lerobot/teleoperators/pico_headset/smpl_fk.py @@ -32,7 +32,7 @@ Quaternions are scalar-first (w, x, y, z) unless noted. from pathlib import Path 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). # Matches PoseStreamer.parent_indices in gear_sonic's pico_manager_thread_server.py.