Symptoms: assets/mjcf/.../model.xml not found, hand_landmarker.task not found, missing recordings
Fix:
python scripts/setup/download_assets.py --only mjcf mediapipe
python scripts/setup/download_assets.py --only examplesCause: Bi-hand execution is only supported in viewer mode.
Fix:
- Use
--backend viewerfor--hand both - Use single-hand configs when targeting
simorreal
Checklist:
- The PICO Bridge PC receiver package is installed
- The PICO Bridge headset app is running and connected to the PC receiver
-
--pico-host,--pico-port, and--pico-advertise-ipmatch your network setup - Timeout is long enough (
--pico-timeout)
Setup command:
pip install -e .Checklist:
- LinkerHand SDK exists at
third_party/linkerhand-python-sdk - SDK Python dependencies are installed
- Transport settings match your device setup
-
model_familyresolves correctly for the selected hand
Setup command:
bash scripts/setup_linkerhand_sdk.shCommon causes:
- Legacy vector schema keys still present (
human_vector_pairs,origin_link_names, etc.) - Removed sections still present (
position_constraints,pinch) - Invalid
backendortransportvalues - Non-positive control or simulation rate
Compare against existing files under
configs/retargeting/and see Configuration for schema details.