Skip to content

Commit 7caf0a9

Browse files
committed
fix doco bug, issue #35
1 parent 7643217 commit 7caf0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spatialmath/pose2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def inv(self):
512512
513513
Notes:
514514
515-
- for elements of SE(2) this takes into account the matrix structure :math:`T^{-1} = \left[ \begin{array}{cc} R & t \\ 0 & 1 \end{array} \right], T^{-1} = \left[ \begin{array}{cc} R^T & -R^T t \\ 0 & 1 \end{array} \right]`
515+
- for elements of SE(2) this takes into account the matrix structure :math:`T = \left[ \begin{array}{cc} R & t \\ 0 & 1 \end{array} \right], T^{-1} = \left[ \begin{array}{cc} R^T & -R^T t \\ 0 & 1 \end{array} \right]`
516516
- if `x` contains a sequence, returns an `SE2` with a sequence of inverses
517517
518518
"""

0 commit comments

Comments
 (0)