Skip to content

Commit

Permalink
Merge pull request #789 from jmirabel/devel
Browse files Browse the repository at this point in the history
[Minor][Doc] Minor fix of SE(2) overview.
  • Loading branch information
jcarpent authored Apr 30, 2019
2 parents 044ea93 + 5e260d1 commit 128ffb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/a-features/e-lie.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
\endcode

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.
The difference lies in the tangent space of \f$SE(3)\f$ and is representend by a vector of 3 reals.
The difference lies in the tangent space of \f$SE(2)\f$ and is representend by a vector of 3 reals.
Therefore the output is:
\code
3.33216
Expand Down

0 comments on commit 128ffb4

Please sign in to comment.