Skip to content

Commit 2e19450

Browse files
committed
Reverted unintended changes to nonlinear.i
1 parent 53b1ce3 commit 2e19450

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

gtsam/nonlinear/nonlinear.i

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -725,13 +725,5 @@ virtual class BatchFixedLagSmoother : gtsam::FixedLagSmoother {
725725
VALUE calculateEstimate(size_t key) const;
726726
};
727727

728-
#include <gtsam/nonlinear/ExtendedKalmanFilter.h>
729-
template<T = {gtsam::Point2, gtsam::Pose2, gtsam::Pose3}>
730-
class ExtendedKalmanFilter {
731-
ExtendedKalmanFilter(size_t key_initial, T x_initial, gtsam::noiseModel::Gaussian* P_initial);
732-
T predict(const gtsam::NoiseModelFactor& motionFactor);
733-
T update(const gtsam::NoiseModelFactor& measurementFactor);
734-
gtsam::JacobianFactor* Density() const;
735-
};
736728

737729
} // namespace gtsam

0 commit comments

Comments
 (0)