Potential Bug in /sharpy/linear/assembler/lincontrolsurfacedeflector.py
LeeElvis opened this issue · 0 comments
LeeElvis commented
Describe the bug
In line 93, Cga=algebra.quat2rotation(tsstruct0.quat).T
probably should be Cga=algebra.quat2rotation(tsstruct0.quat)
, according to the definition of the rotation matrix.
Thank you.