Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

physicalai

physicalai 收录了来自 openvinotoolkit 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
20
更新
2026-07-20
Forks
9
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

physicalai-runtime-adding-a-robot-integration
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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