Skip to content

Commit a9c83ea

Browse files
docs: Consistency of "ref" subscript
1 parent e87b99c commit a9c83ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pink/tasks/joint_velocity_task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
class JointVelocityTask(Task):
2020
r"""Track joint velocities.
2121
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}}`
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}}`
2424
is a reference joint-velocity vector.
2525
2626
Note:

0 commit comments

Comments
 (0)