-
Notifications
You must be signed in to change notification settings - Fork 116
Poses
Simon Reichel edited this page Apr 16, 2019
·
14 revisions
Phobos allows to define, set and export poses of robots. Poses are sets of joint positions resulting in a certain posture of the system. Every robot defined in URDF has a rest pose, which is the posture resulting from all joints resting at their origin.
TODO is this still available? In order to define a pose, follow these steps:
- Modify a robot's joints into the desired positions.
- Select the joints whose positions you want to include in the pose.
- Click the Store Current Pose button in the Model Editing panel.
![Store pose button in the Blender GUI.](img/store_poses.png)
![Select pose drop-down menu.](img/pose_select_robot.png)
![Name pose text field.](img/name_pose.png)
To set a previously defined pose, do the following:
- Click the Load Pose button in the Model Editing panel.
![Load pose button in the Blender GUI.](img/load_pose.png)
Back to top.