Browse Source

AP_TECS: added get_height_rate_demand() call

master
Andrew Tridgell 9 years ago
parent
commit
9188670e03
  1. 5
      libraries/AP_TECS/AP_TECS.h

5
libraries/AP_TECS/AP_TECS.h

@ -87,6 +87,11 @@ public: @@ -87,6 +87,11 @@ public:
return _land_sink;
}
// return height rate demand, in m/s
float get_height_rate_demand(void) const {
return _hgt_rate_dem;
}
// this supports the TECS_* user settable parameters
static const struct AP_Param::GroupInfo var_info[];

Loading…
Cancel
Save