Skip to content

Commit

Permalink
typo W forgotten
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric committed Aug 22, 2023
1 parent 2708f9c commit a1c8db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ For the robotic manipulators the package integrates velocity, force and accelera

- Velocity (manipulability) ellipsoid

.. math:: E_v = \{\dot{x}~ |~ J\dot{q} = \dot{x},~ L\dot{q} = \dot{l} \quad ||^{-1}\dot{l}|| \leq 1\}, \qquad W = diag(\dot{l}_{max})
.. math:: E_v = \{\dot{x}~ |~ J\dot{q} = \dot{x},~ L\dot{q} = \dot{l} \quad ||W^{-1}\dot{l}|| \leq 1\}, \qquad W = diag(\dot{l}_{max})
- Acceleration (dynamic manipulability) ellipsoid

.. math:: E_{a} = \{\ddot{x}~ |~ \ddot{x} = JM^{-1}NF, \quad ||W^{-1}F|| \leq 1\}, \qquad W = diag(F_{max})
Expand Down
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ For the human musculoskeletal models this package implements the polytope and el

- Velocity (manipulability) ellipsoid
\begin{equation}\label{eq:ev_h}
E_v = \{\dot{x}~ |~ J\dot{q} = \dot{x},~ L\dot{q} = \dot{l} \quad ||^{-1}\dot{l}|| \leq 1\}, \qquad W = diag(\dot{l}_{max})
E_v = \{\dot{x}~ |~ J\dot{q} = \dot{x},~ L\dot{q} = \dot{l} \quad ||W^{-1}\dot{l}|| \leq 1\}, \qquad W = diag(\dot{l}_{max})
\end{equation}

- Acceleration (dynamic manipulability) ellipsoid
Expand Down

0 comments on commit a1c8db2

Please sign in to comment.