Skip to content
Snippets Groups Projects
Commit 43d8e571 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Remove unused q_e flag

parent 7a7bf220
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,6 @@ bool R_valid # Set to true if rotation matrix is valid
# For quaternion-based attitude control
float32[4] q_d # Desired quaternion for quaternion control
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment