Skip to content

Commit a12b49d

Browse files
committed
add Pose3 expmap to wrapper
1 parent cd3854a commit a12b49d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gtsam/gtsam.i

Lines changed: 1 addition & 0 deletions
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)