Skip to content

Commit

Permalink
[minor] Frame task documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Mar 28, 2024
1 parent a079975 commit e34ac8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pink/tasks/frame_task.py
Expand Up @@ -148,10 +148,10 @@ def set_target_from_configuration(
def compute_error(self, configuration: Configuration) -> np.ndarray:
r"""Compute frame task error.
Mathematically this error is a twist :math:`e(q) \in se(3)` expressed
in the local frame (i.e., it is a *body* twist). We map it to
:math:`\mathbb{R}^6` using Pinocchio's convention where linear
coordinates are followed by angular coordinates.
This error is a twist :math:`e(q) \in se(3)` expressed in the local
frame (i.e. it is a *body* twist). We map it to :math:`\mathbb{R}^6`
using Pinocchio's convention where linear coordinates are followed by
angular coordinates.
The error is the right-minus difference between the target pose
:math:`T_{0t}` and current frame pose :math:`T_{0b}`:
Expand Down

0 comments on commit e34ac8e

Please sign in to comment.