mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
Remove unused q_e flag
This commit is contained in:
@@ -21,8 +21,6 @@ bool R_valid # Set to true if rotation matrix is valid
|
|||||||
# For quaternion-based attitude control
|
# For quaternion-based attitude control
|
||||||
float32[4] q_d # Desired quaternion for quaternion control
|
float32[4] q_d # Desired quaternion for quaternion control
|
||||||
bool q_d_valid # Set to true if quaternion vector is valid
|
bool q_d_valid # Set to true if quaternion vector is valid
|
||||||
float32[4] q_e # Attitude error in quaternion
|
|
||||||
bool q_e_valid # Set to true if quaternion error vector is valid
|
|
||||||
|
|
||||||
float32 thrust # Thrust in Newton the power system should generate
|
float32 thrust # Thrust in Newton the power system should generate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user