Fix wrapper interface error from typo
parent
a832a52f37
commit
f57c0a6268
|
@ -731,7 +731,7 @@ virtual class BatchFixedLagSmoother : gtsam::FixedLagSmoother {
|
||||||
VALUE calculateEstimate(size_t key) const;
|
VALUE calculateEstimate(size_t key) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
#include <gtsam_unstable/nonlinear/IncrementalFixedLagSmoother.h>
|
#include <gtsam/nonlinear/IncrementalFixedLagSmoother.h>
|
||||||
virtual class IncrementalFixedLagSmoother : gtsam::FixedLagSmoother {
|
virtual class IncrementalFixedLagSmoother : gtsam::FixedLagSmoother {
|
||||||
IncrementalFixedLagSmoother();
|
IncrementalFixedLagSmoother();
|
||||||
IncrementalFixedLagSmoother(double smootherLag);
|
IncrementalFixedLagSmoother(double smootherLag);
|
||||||
|
|
Loading…
Reference in New Issue