Skip to content

Commit

Permalink
docs: Minor addition re. the damping task
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jul 26, 2024
1 parent c9fac92 commit 028cf87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pink/tasks/damping_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
class DampingTask(PostureTask):
r"""Minimize joint velocities.
The damping task minimizes :math:`\| v \|`. The word "damping" is used here
by analogy with forces that fight against motion, and bring the robot to a
rest if nothing else drives it.
The damping task minimizes :math:`\| v \|` with :math:`v` the velocity
output of the differential IK. The word "damping" is used here by analogy
with forces that fight against motion, and bring the robot to a rest if
nothing else drives it.
Note:
The damping task is implemented as a special case of the posture task
Expand Down

0 comments on commit 028cf87

Please sign in to comment.