Skip to content

Commit

Permalink
Reverted unintended changes to nonlinear.i
Browse files Browse the repository at this point in the history
  • Loading branch information
mkielo3 committed Feb 20, 2025
1 parent 53b1ce3 commit 2e19450
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gtsam/nonlinear/nonlinear.i
Original file line number Diff line number Diff line change
Expand Up @@ -725,13 +725,5 @@ virtual class BatchFixedLagSmoother : gtsam::FixedLagSmoother {
VALUE calculateEstimate(size_t key) const;
};

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

} // namespace gtsam

0 comments on commit 2e19450

Please sign in to comment.