0.1.0
0.1.0
First public release of physicalai, a runtime package for deploying robot policies.
This release packages the core deployment stack for real-world robot inference: camera capture, robot interfaces, exported-policy inference, and a runtime loop for connecting them together.
Highlights
- Unified camera API for UVC, RealSense, Basler, and shared-camera transport workflows
- Robot interfaces for SO-101 and Trossen WidowX AI integrations
- Inference runtime for exported policies with built-in OpenVINO and ONNX backends
- Runtime control loop with
PolicyRuntime,SyncExecution, andAsyncExecution - Hardware-specific extras for camera and robot integrations
Installation
pip install physicalaiOptional extras:
pip install "physicalai[realsense]"
pip install "physicalai[basler]"
pip install "physicalai[so101]"
pip install "physicalai[trossen]"
pip install "physicalai[capture]"
pip install "physicalai[robots]"Included In This Release
physicalai.capturephysicalai.robotphysicalai.inferencephysicalai.runtime
Supported Inference Backends
This package includes:
- OpenVINO
- ONNX
Additional adapters, such as ExecuTorch, may be provided by companion distributions.