mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
refactor(AttitudeControl): comment type "c{a}ompared"
This commit is contained in:
committed by
Ramon Roche
parent
250b1205b9
commit
eb30c0b6b0
@@ -103,7 +103,7 @@ public:
|
||||
private:
|
||||
matrix::Vector3f _proportional_gain;
|
||||
matrix::Vector3f _rate_limit;
|
||||
float _yaw_w{0.f}; ///< yaw weight [0,1] to deprioritize caompared to roll and pitch
|
||||
float _yaw_w{0.f}; ///< yaw weight [0,1] to deprioritize compared to roll and pitch
|
||||
|
||||
matrix::Quatf _attitude_setpoint_q; ///< latest known attitude setpoint e.g. from position control
|
||||
float _yawspeed_setpoint{0.f}; ///< latest known yawspeed feed-forward setpoint
|
||||
|
||||
Reference in New Issue
Block a user