AC_AttitudeControl: added get_ang_vel_yaw_max_rads()

This commit is contained in:
Andrew Tridgell 2021-12-20 16:00:19 +11:00
parent a1ede5d2a3
commit 3233528e37
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ public:
// get the pitch angular velocity limit in radians/s
float get_ang_vel_pitch_max_rads() const { return radians(_ang_vel_pitch_max); }
// get the yaw angular velocity limit in radians/s
float get_ang_vel_yaw_max_rads() const { return radians(_ang_vel_yaw_max); }
// get the yaw slew limit
float get_slew_yaw_cds() const { return _slew_yaw; }