From 8647cc9e72882cb2550e71af78ca8d2d872292cf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 11 May 2020 18:14:48 +1000 Subject: [PATCH] AP_SpdHgtControl: sync TECS with plane4.0 --- libraries/AP_SpdHgtControl/AP_SpdHgtControl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/AP_SpdHgtControl/AP_SpdHgtControl.h b/libraries/AP_SpdHgtControl/AP_SpdHgtControl.h index f067e14720..995a76fb3d 100644 --- a/libraries/AP_SpdHgtControl/AP_SpdHgtControl.h +++ b/libraries/AP_SpdHgtControl/AP_SpdHgtControl.h @@ -63,6 +63,9 @@ public: // set path_proportion accessor virtual void set_path_proportion(float path_proportion) = 0; + // reset on next loop + virtual void reset(void) = 0; + // add new controllers to this enum. Users can then // select which controller to use by setting the // SPDHGT_CONTROLLER parameter