Browse Source

AC_AttitudeControl: added get_ang_vel_yaw_max_rads()

gps-1.3.1
Andrew Tridgell 3 years ago committed by Randy Mackay
parent
commit
53f1fc1295
  1. 3
      libraries/AC_AttitudeControl/AC_AttitudeControl.h

3
libraries/AC_AttitudeControl/AC_AttitudeControl.h

@ -113,6 +113,9 @@ public: @@ -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; }

Loading…
Cancel
Save