add Pose3 expmap to wrapper

release/4.3a0
Varun Agrawal 2021-07-08 19:43:09 -04:00
parent cd3854a1f6
commit a12b49de40
1 changed files with 1 additions and 0 deletions

View File

@ -690,6 +690,7 @@ class Pose3 {
// Lie Group
static gtsam::Pose3 Expmap(Vector v);
static Vector Logmap(const gtsam::Pose3& pose);
gtsam::Pose3 expmap(Vector v);
Vector logmap(const gtsam::Pose3& pose);
Matrix AdjointMap() const;
Vector Adjoint(Vector xi) const;