Run PI05 policy inference on robot observations. Predicts action trajectories from camera images and robot state.Documentation Index
Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Base camera RGB image.
Wrist camera RGB image.
Joint positions.
Gripper position.
Full robot state (concatenation of joints and gripper).
Optional task prompt (e.g.
"pick up the cup").Optional HTTP timeout.
Returns
dict containing:
actions— Numpy array of shape(horizon, action_dim)with predicted actions- Additional fields from policy inference (e.g.
state,policy_timing)