Skip to content

Commit 4fc6859

Browse files
authored
Merge pull request #814 from borglab/fix/misc
2 parents cd3854a + d7d9ac0 commit 4fc6859

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gtsam/geometry/Pose3.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class GTSAM_EXPORT Pose3: public LieGroup<Pose3, 6> {
142142
static Vector6 Logmap(const Pose3& pose, OptionalJacobian<6, 6> Hpose = boost::none);
143143

144144
/**
145-
* Calculate Adjoint map, transforming a twist in the this pose's (i.e, body) frame to the world spatial frame
145+
* Calculate Adjoint map, transforming a twist in this pose's (i.e, body) frame to the world spatial frame
146146
* Ad_pose is 6*6 matrix that when applied to twist xi \f$ [R_x,R_y,R_z,T_x,T_y,T_z] \f$, returns Ad_pose(xi)
147147
*/
148148
Matrix6 AdjointMap() const; /// FIXME Not tested - marked as incorrect

gtsam/gtsam.i

+1
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ class Pose3 {
690690
// Lie Group
691691
static gtsam::Pose3 Expmap(Vector v);
692692
static Vector Logmap(const gtsam::Pose3& pose);
693+
gtsam::Pose3 expmap(Vector v);
693694
Vector logmap(const gtsam::Pose3& pose);
694695
Matrix AdjointMap() const;
695696
Vector Adjoint(Vector xi) const;

0 commit comments

Comments
 (0)