Python:
Algorithm Target End-Effector Pose Structurerm_Mat_t Parameter description
| Parameter | Type | Description |
|---|---|---|
row | int | Number of valid rows in the matrix (≤18). |
col | int | Number of valid columns in the matrix (≤18). |
data | float data[18][18] | 18x18 floating-point array (stores matrix data, parts beyond valid rows/columns default to 0). |

