Remove IncrementalFixedLagSmoother from gtsam_unstable wrapper
parent
f57c0a6268
commit
655ded3933
|
@ -532,19 +532,6 @@ virtual class DiscreteEulerPoincareHelicopter : gtsam::NoiseModelFactor {
|
||||||
// nonlinear
|
// nonlinear
|
||||||
//*************************************************************************
|
//*************************************************************************
|
||||||
#include <gtsam/nonlinear/FixedLagSmoother.h>
|
#include <gtsam/nonlinear/FixedLagSmoother.h>
|
||||||
#include <gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h>
|
|
||||||
virtual class IncrementalFixedLagSmoother : gtsam::FixedLagSmoother {
|
|
||||||
IncrementalFixedLagSmoother();
|
|
||||||
IncrementalFixedLagSmoother(double smootherLag);
|
|
||||||
IncrementalFixedLagSmoother(double smootherLag, const gtsam::ISAM2Params& params);
|
|
||||||
|
|
||||||
void print(string s = "IncrementalFixedLagSmoother:\n") const;
|
|
||||||
|
|
||||||
gtsam::ISAM2Params params() const;
|
|
||||||
|
|
||||||
gtsam::NonlinearFactorGraph getFactors() const;
|
|
||||||
gtsam::ISAM2 getISAM2() const;
|
|
||||||
};
|
|
||||||
|
|
||||||
#include <gtsam_unstable/nonlinear/ConcurrentFilteringAndSmoothing.h>
|
#include <gtsam_unstable/nonlinear/ConcurrentFilteringAndSmoothing.h>
|
||||||
virtual class ConcurrentFilter {
|
virtual class ConcurrentFilter {
|
||||||
|
|
Loading…
Reference in New Issue