Skip to content

Commit 627d588

Browse files
docs: Explicit joint-velocity task error
1 parent a9c83ea commit 627d588

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pink/tasks/joint_velocity_task.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ def set_target(self, target_v: np.ndarray, dt: float) -> None:
6060
def compute_error(self, configuration: Configuration) -> np.ndarray:
6161
r"""Compute the joint-velocity task error.
6262
63+
The task error is
64+
:math:`e(q) = \Delta q_{\mathit{ref}} = v_{\mathit{ref}} \mathrm{d}t`.
65+
6366
Args:
6467
configuration: Robot configuration :math:`q`.
6568

0 commit comments

Comments
 (0)