mirror of https://github.com/ArduPilot/ardupilot
AC_PosControl: rename get_roll_cd get_pitch_cd
This commit is contained in:
parent
1ce63bf433
commit
7f1f29c1ae
|
@ -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…
Reference in New Issue