-
Notifications
You must be signed in to change notification settings - Fork 128
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.
4. Select your robot in the *Robot* drop-down menu.
5. Specify a name for the pose in the *Pose Name* text field.
**TODO Check image**
To set a previously defined pose, do the following:
- Click the Load Pose button in the Model Editing panel.
2. Select your robot in the *Robot* drop-down menu.
3. Select the pose you want to set from the *Pose Name* drop-down menu.
Back to top.
