Skip to content

Commit

Permalink
[doc] Fix math formula
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jun 22, 2023
1 parent ea2c496 commit db12602
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pink/tasks/linear_holonomic_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ class LinearHolonomicTask(Task):
\dot{e}(q) & := A \dot{q}
\end{align}
where :math: `e(q) \in \mathbb{R}^{k}` is the quantity that the
task aims to drive to zero (:math:`k` is the dimension of the
task).
where :math:`e(q) \in \mathbb{R}^{k}` is the quantity that the task
aims to drive to zero (:math:`k` is the dimension of the task).
b: vector that defines the affine part of the task
q_0: element for which we work in the Lie algebra. If set to None, it
will use the neutral configuration of the robot.
Expand Down

0 comments on commit db12602

Please sign in to comment.