Browse Source

AC_AttitudeControl: Add shaping_tc_z_s accessor

zr-v5.1
Leonard Hall 4 years ago committed by Randy Mackay
parent
commit
8f493e3021
  1. 3
      libraries/AC_AttitudeControl/AC_PosControl.h

3
libraries/AC_AttitudeControl/AC_PosControl.h

@ -46,6 +46,9 @@ public: @@ -46,6 +46,9 @@ public:
/// get_dt - gets time delta in seconds for all position controllers
float get_dt() const { return _dt; }
/// get_shaping_tc_z_s - gets the time constant of the z kinimatic path generation in seconds
float get_shaping_tc_z_s() const { return _shaping_tc_z_s; }
///
/// 3D position shaper

Loading…
Cancel
Save