Parameters
Depth image. Required if
point_cloud is not provided.Segmentation mask. Required if
point_cloud is not provided.3x3 camera intrinsics matrix. Required if
point_cloud is not provided.Optional
(N, 3) point cloud. When provided, depth_image/seg_image/camera_intrinsics are ignored.Auxiliary parameters:
num_grasps— Number of grasps to generategripper_config— Gripper type. Supported values:"robotiq_2f_140"(default),"single_suction_cup_30mm","franka_panda"camera_extrinsics— 4x4 camera extrinsics matrix
Optional HTTP timeout.
Returns
dict with keys:
grasps— Array of 4x4 grasp poses(N, 4, 4)confidence— Array of confidence scores(N,)latency_ms— Optional server-reported latency