AC_AttitudeControl: Add shaping_tc_z_s accessor

This commit is contained in:
Leonard Hall 2021-06-21 19:14:50 +09:30 committed by Randy Mackay
parent 5ec75578ab
commit 8f493e3021
1 changed files with 3 additions and 0 deletions

View File

@ -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