mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
fix comment on MC att controller rate limits
This commit is contained in:
committed by
Lorenz Meier
parent
7f418445f2
commit
77771b2bbf
@@ -202,7 +202,7 @@ private:
|
|||||||
float roll_rate_max;
|
float roll_rate_max;
|
||||||
float pitch_rate_max;
|
float pitch_rate_max;
|
||||||
float yaw_rate_max;
|
float yaw_rate_max;
|
||||||
math::Vector<3> mc_rate_max; /**< attitude rate limits in all modes */
|
math::Vector<3> mc_rate_max; /**< attitude rate limits in stabilized modes */
|
||||||
|
|
||||||
float man_roll_max;
|
float man_roll_max;
|
||||||
float man_pitch_max;
|
float man_pitch_max;
|
||||||
|
|||||||
Reference in New Issue
Block a user