-
Notifications
You must be signed in to change notification settings - Fork 114
Poses
Simon Reichel edited this page Jul 10, 2017
·
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 which shall be included in the pose.
- Click the Store Current Pose button in the Model editing panel. TODO Check image
- Select your robot in the Robot drop-down menu. TODO Check image
- 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. TODO Check image
- Select your robot in the Robot drop-down menu.
- Select the pose you want to set from the Pose Name drop-down menu.
Back to top.