inverse_pose(posx1)
Features
This function returns the posx value that represents the inverse of posx.

Parameters
Parameter Name | Data Type | Default Value | Description |
|---|---|---|---|
posx1 | posx list (float[6]) | - | posx or position list [mm, deg] |
| ori_type_out | int | None | output orientation type
|
Return
Value | Description |
|---|---|
posx | [mm, deg] |
Exception
Exception | Description |
|---|---|
DR_Error (DR_ERROR_TYPE) | Parameter data type error occurred |
Example
posx1 = [100, 20, 300, 90, 0, 180]
inv_posx = inverse_pose(posx1)