Small comment on exmap correctness
parent
7e77ae5f53
commit
34c1bb6f29
|
@ -10,6 +10,7 @@ using namespace std;
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
// Agrawal06iros, formula (6), seems to suggest this could be wrong:
|
||||||
Pose3 Pose3::exmap(const Vector& v) const {
|
Pose3 Pose3::exmap(const Vector& v) const {
|
||||||
return Pose3(R_.exmap(sub(v,0,3)), t_.exmap(sub(v,3,6)));
|
return Pose3(R_.exmap(sub(v,0,3)), t_.exmap(sub(v,3,6)));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue