diff --git a/gtsam/navigation/GPSFactor.h b/gtsam/navigation/GPSFactor.h index 58641f8e7..75249e42e 100644 --- a/gtsam/navigation/GPSFactor.h +++ b/gtsam/navigation/GPSFactor.h @@ -176,14 +176,6 @@ public: return bL_; } - /** - * Convenience function to estimate state at time t, given two GPS - * readings (in local NED Cartesian frame) bracketing t - * Assumes roll is zero, calculates yaw and pitch from NED1->NED2 vector. - */ - static std::pair EstimateState(double t1, const Point3& NED1, - double t2, const Point3& NED2, double timestamp); - }; /**