Skip to content

Commit 5e260d1

Browse files
committed
[Minor][Doc] Minor fix of SE(2) overview.
1 parent 044ea93 commit 5e260d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/a-features/e-lie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In this example, \f$pose_s=(1,1,\pi/4)\f$ and \f$ pose_g=(3,1,-\pi/2) \f$ and we
4343
\endcode
4444

4545
aSE2 is used to compute the difference between two configuration vectors representing the two poses. Note that the rotation is represented by two numbers \f$(sin(\theta),cos(\theta))\f$ which is also a \f$ SO(2) \f$ object.
46-
The difference lies in the tangent space of \f$SE(3)\f$ and is representend by a vector of 3 reals.
46+
The difference lies in the tangent space of \f$SE(2)\f$ and is representend by a vector of 3 reals.
4747
Therefore the output is:
4848
\code
4949
3.33216

0 commit comments

Comments
 (0)