AP_SpdHgtControl: added height above field parameter
This commit is contained in:
parent
764d382aef
commit
d8fedf994a
@ -37,7 +37,7 @@ public:
|
||||
// Update the internal state of the height and height rate estimator
|
||||
// Update of the inertial speed rate estimate internal state
|
||||
// Should be called at 50Hz or faster
|
||||
virtual void update_50hz(void) = 0;
|
||||
virtual void update_50hz(float height_above_field) = 0;
|
||||
|
||||
// Update of the pitch and throttle demands
|
||||
// Should be called at 10Hz or faster
|
||||
|
Loading…
Reference in New Issue
Block a user