mirror of https://github.com/ArduPilot/ardupilot
AC_AttitudeControl: Add shaping_tc_z_s accessor
This commit is contained in:
parent
5ec75578ab
commit
8f493e3021
|
@ -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…
Reference in New Issue