@@ -2,7 +2,7 @@ Position, orientation and frame tasks
22=====================================
33
44:func: `PositionTask <placo.DynamicsPositionTask> ` and :func: `OrientationTask <placo.DynamicsOrientationTask> `
5- can be respectively use to control the position and orientation of a particular frame on the robot.
5+ can be respectively used to control the position and orientation of a particular frame on the robot.
66The :func: `FrameTask <placo.DynamicsFrameTask> ` is a combination of both, wrapping the two tasks in a single one.
77
88
@@ -69,7 +69,7 @@ those methods on the position and orientation tasks directly.
6969Relative position and orientation tasks
7070---------------------------------------
7171
72- The above mentionned tasks also exists in a *relative * version, where two frames have to be specified.
72+ The above mentionned tasks also exist in a *relative * version, where two frames have to be specified.
7373
7474.. code-block :: python
7575
@@ -108,7 +108,7 @@ In some case, you only want to assign a task for one or two axises. To that end,
108108 effector_position.mask.set_axises(" z" )
109109
110110 By default, this masking will occur in the "task" frame (the world frame for absolute tasks, and the first frame for
111- relative tasks). Youc can set the second argument of :func: `set_axises() <placo.AxisesMask.set_axises> ` to
111+ relative tasks). You can set the second argument of :func: `set_axises() <placo.AxisesMask.set_axises> ` to
112112``"local" `` to enforce the masking to happen in the local frame.
113113
114114Alternatively, you can also specify ``"custom" `` as the second argument, and provide a custom rotation matrix to
@@ -122,7 +122,7 @@ Here is a complete example using a UR5 robot tracking a target frame.
122122Its target velocity is also set for better tracking.
123123
124124.. admonition :: UR5 with fixed contact
125-
125+
126126 .. video :: https://github.com/Rhoban/placo-examples/raw/master/dynamics/videos/ur5_fixed_contact.mp4
127127 :autoplay:
128128 :muted:
@@ -131,4 +131,4 @@ Its target velocity is also set for better tracking.
131131 In this example, a fixed contact is used on the base of the UR5 robot.
132132 The :func: `contacts_viz <placo_utils.visualization.contacts_viz> ` helper is used to visualize the contacts.
133133
134- :example: `dynamics/ur5_fixed_contact.py `
134+ :example: `dynamics/ur5_fixed_contact.py `
0 commit comments