remove commented out code
parent
5f071585af
commit
afadea6c1d
|
|
@ -611,16 +611,6 @@ class ISAM2GaussNewtonParams {
|
||||||
void setWildfireThreshold(double wildfireThreshold);
|
void setWildfireThreshold(double wildfireThreshold);
|
||||||
};
|
};
|
||||||
|
|
||||||
// class ISAM2LevenbergMarquardtParams {
|
|
||||||
// ISAM2LevenbergMarquardtParams();
|
|
||||||
|
|
||||||
// void print(string s = "") const;
|
|
||||||
|
|
||||||
// /** Getters and Setters for all properties */
|
|
||||||
// double getWildfireThreshold() const;
|
|
||||||
// void setWildfireThreshold(double wildfireThreshold);
|
|
||||||
// };
|
|
||||||
|
|
||||||
class ISAM2DoglegParams {
|
class ISAM2DoglegParams {
|
||||||
ISAM2DoglegParams();
|
ISAM2DoglegParams();
|
||||||
|
|
||||||
|
|
@ -748,13 +738,6 @@ class ISAM2 {
|
||||||
const gtsam::KeyList& extraReelimKeys,
|
const gtsam::KeyList& extraReelimKeys,
|
||||||
bool force_relinearize);
|
bool force_relinearize);
|
||||||
|
|
||||||
// void marginalizeLeaves(
|
|
||||||
// const gtsam::KeyList& leafKeys,
|
|
||||||
// boost::optional<gtsam::FactorIndices&> marginalFactorIndices =
|
|
||||||
// boost::none,
|
|
||||||
// boost::optional<gtsam::FactorIndices&> deletedFactorsIndices =
|
|
||||||
// boost::none);
|
|
||||||
|
|
||||||
gtsam::Values getLinearizationPoint() const;
|
gtsam::Values getLinearizationPoint() const;
|
||||||
bool valueExists(gtsam::Key key) const;
|
bool valueExists(gtsam::Key key) const;
|
||||||
gtsam::Values calculateEstimate() const;
|
gtsam::Values calculateEstimate() const;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue