Skip to content

Commit

Permalink
[doc] [minor] Capitalize first letter param desc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jun 22, 2023
1 parent 32c5b3f commit e80870c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pink/tasks/linear_holonomic_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class LinearHolonomicTask(Task):
r"""Linear holonomic task :math:`A (q \ominus q_0) = b`.
Attributes:
A: matrix that defines the task:
A: Matrix that defines the task:
.. raw:: latex html
Expand All @@ -42,8 +42,8 @@ class LinearHolonomicTask(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
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.
Notes:
Expand Down

0 comments on commit e80870c

Please sign in to comment.