We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87b99c commit a9c83eaCopy full SHA for a9c83ea
1 file changed
pink/tasks/joint_velocity_task.py
@@ -19,8 +19,8 @@
19
class JointVelocityTask(Task):
20
r"""Track joint velocities.
21
22
- This task minimizes :math:`\| v^{\mathit{ref}} - v \|_2` with :math:`v` the
23
- joint velocity resulting from differential IK and :math:`v^{\mathit{ref}}`
+ This task minimizes :math:`\| v_{\mathit{ref}} - v \|_2` with :math:`v` the
+ joint velocity resulting from differential IK and :math:`v_{\mathit{ref}}`
24
is a reference joint-velocity vector.
25
26
Note:
0 commit comments