Merge pull request #538 from borglab/fix/matlab-logmap
Remove logmap function from LieVector and LieMatrixrelease/4.3a0
commit
c7936cdeb2
|
@ -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;
|
||||
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue