Skip to content

Commit

Permalink
add Pose3 expmap to wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jul 8, 2021
1 parent cd3854a commit a12b49d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtsam/gtsam.i
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a12b49d

Please sign in to comment.