Skip to content

Commit

Permalink
Merge pull request #538 from borglab/fix/matlab-logmap
Browse files Browse the repository at this point in the history
Remove logmap function from LieVector and LieMatrix
  • Loading branch information
varunagrawal authored Sep 24, 2020
2 parents f6ef1d6 + 0afec43 commit c7936cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gtsam/gtsam.i
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ class LieVector {
// Lie group
static gtsam::LieVector Expmap(Vector v);
static Vector Logmap(const gtsam::LieVector& p);
Vector logmap(const gtsam::LieVector& p);

// enabling serialization functionality
void serialize() const;
Expand Down Expand Up @@ -423,7 +422,6 @@ class LieMatrix {
// Lie group
static gtsam::LieMatrix Expmap(Vector v);
static Vector Logmap(const gtsam::LieMatrix& p);
Vector logmap(const gtsam::LieMatrix& p);

// enabling serialization functionality
void serialize() const;
Expand Down

0 comments on commit c7936cd

Please sign in to comment.