From 94e96ab001a682657e04f7e2524d67335fcb2421 Mon Sep 17 00:00:00 2001 From: morten Date: Wed, 15 Jan 2025 13:38:08 +0100 Subject: [PATCH] remove EstimateState from GPSFactorArm --- gtsam/navigation/GPSFactor.h | 8 -------- 1 file changed, 8 deletions(-) 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); - }; /**