manage_predefined_pose()¶
This function manages predefined poses.
Reference¶
Arguments¶
Arguments |
Type |
Default value |
Description |
|---|---|---|---|
arm |
|
The arm to manage predefined pose for. |
|
name |
|
Name of the predefined pose. |
|
position |
|
|
Position values for the predefined pose (joint values). |
action |
|
|
Action to perform on the predefined pose (CREATE, EDIT, REMOVE, or GET). |
units |
|
|
Unit of measurement for angles (DEGREES or RADIANS). |
Return¶
ARMS_MANAGE_ACTIONS.(CREATE,EDIT or REMOVE)¶
None
ARMS_MANAGE_ACTIONS.GET¶
Type |
Description |
|---|---|
|
Joints Position values. |
Exceptions¶
RayaArmsExceptionRayaArmsPredefinedPoseEmptyNameRayaArmsPredefinedPoseNameAlreadyExistRayaArmsPredefinedPoseNameNotExist
See the complete list of arms exceptions
Usage Example¶
See the Manage Predefined Pose Examples to see how to use this function.