small fix in Pose2SLAM
parent
37ba09d836
commit
eee68475ea
2
gtsam.h
2
gtsam.h
|
@ -449,7 +449,7 @@ class Graph {
|
||||||
const Ordering& ordering) const;
|
const Ordering& ordering) const;
|
||||||
|
|
||||||
void addPrior(int key, const Pose2& pose, const SharedNoiseModel& noiseModel);
|
void addPrior(int key, const Pose2& pose, const SharedNoiseModel& noiseModel);
|
||||||
void addConstraint(int key, const Pose2& pose);
|
void addPoseConstraint(int key, const Pose2& pose);
|
||||||
void addOdometry(int key1, int key2, const Pose2& odometry, const SharedNoiseModel& noiseModel);
|
void addOdometry(int key1, int key2, const Pose2& odometry, const SharedNoiseModel& noiseModel);
|
||||||
pose2SLAM::Values optimize(const pose2SLAM::Values& initialEstimate);
|
pose2SLAM::Values optimize(const pose2SLAM::Values& initialEstimate);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue