Removed nonexistent function from matlab interface
parent
8f5dd13cf7
commit
bce105ed58
1
gtsam.h
1
gtsam.h
|
@ -489,7 +489,6 @@ class Values {
|
||||||
Values();
|
Values();
|
||||||
void print(string s) const;
|
void print(string s) const;
|
||||||
void insertPose(int key, const gtsam::Pose2& pose);
|
void insertPose(int key, const gtsam::Pose2& pose);
|
||||||
gtsam::Symbol poseKey(int i);
|
|
||||||
gtsam::Pose2 pose(int i);
|
gtsam::Pose2 pose(int i);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue