Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

physicalai

physicalai contient 5 skills collectées depuis openvinotoolkit, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
5
Stars
20
mis à jour
2026-07-20
Forks
9
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

physicalai-runtime-adding-a-robot-integration
Développeurs de logiciels

Adds or modifies robot hardware integrations under physicalai.robot. Use when implementing the Robot protocol, SO101 or Trossen WidowX drivers, robot connect helpers, verify.py checks, optional extras so101 or trossen, or tests in tests/unit/robot.

2026-07-20
physicalai-runtime-adding-a-camera-backend
Développeurs de logiciels

Adds or modifies a camera backend under physicalai.capture. Use when implementing a new Camera type, extending create_camera in src/physicalai/capture/factory.py, discovery helpers, optional pip extras for vendor SDKs, SharedCamera transport, or tests under tests/unit/capture with fake devices.

2026-07-06
physicalai-runtime-configuring-inference-pipeline
Développeurs de logiciels

Configures preprocessors, postprocessors, and runners around InferenceModel via manifest specs and ComponentRegistry. Use when editing physicalai.inference.preprocessors or postprocessors, manifest preprocessor/postprocessor lists, instantiate_component, registered type names, or class_path init_args for inference pipeline components.

2026-07-06
physicalai-runtime-loading-exported-policies
Développeurs de logiciels

Loads and validates policies exported from Physical AI Studio for Runtime deployment. Use when working on InferenceModel, InferenceModel.from_pretrained, manifest.json, adapter auto-detection (onnx, openvino), backend/device kwargs, Hugging Face Hub policy packages, or the Runtime side of the export/load contract that Studio produces with physicalai export.

2026-07-06
physicalai-runtime-running-policy-on-robot
Développeurs de logiciels

Runs exported policies on hardware with PolicyRuntime, execution modes, and physicalai run. Use when wiring PolicyRuntime, SyncExecution or RTC execution, runtime YAML configs, action queues, runtime callbacks, or docs/how-to/runtime run-policy-on-robot and execution modes.

2026-07-06