Browse Source

AC_PosControl: rename get_roll_cd get_pitch_cd

zr-v5.1
Leonard Hall 4 years ago committed by Andrew Tridgell
parent
commit
7f1f29c1ae
  1. 4
      libraries/AC_AttitudeControl/AC_PosControl.h

4
libraries/AC_AttitudeControl/AC_PosControl.h

@ -270,8 +270,8 @@ public: @@ -270,8 +270,8 @@ public:
void update_vel_controller_xyz();
/// get desired roll and pitch to be passed to the attitude controller
float get_roll() const { return _roll_target; }
float get_pitch() const { return _pitch_target; }
float get_roll_cd() const { return _roll_target; }
float get_pitch_cd() const { return _pitch_target; }
/// get desired yaw to be passed to the attitude controller
float get_yaw_cd() const { return _yaw_target; }

Loading…
Cancel
Save