Skip to content

Commit

Permalink
Correct formula for quaternion_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Oct 31, 2024
1 parent 8121f71 commit c94dda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytransform3d/rotations/_quaternions.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def quaternion_diff(q1, q2):
.. math::
\omega = 2 \log (q_1 * \overline{q_2})
\omega = \log (q_1 \overline{q_2})
Parameters
----------
Expand Down

0 comments on commit c94dda9

Please sign in to comment.