mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 04:27:34 +08:00
fix conjugate_inversed comment
This commit is contained in:
committed by
Julian Kent
parent
2bee0d078c
commit
38b3acce96
@@ -407,7 +407,7 @@ public:
|
|||||||
* Rotates vector v_2 in frame 2 to vector v_1 in frame 1
|
* Rotates vector v_2 in frame 2 to vector v_1 in frame 1
|
||||||
* using the rotation quaternion q_21
|
* using the rotation quaternion q_21
|
||||||
* describing the rotation from frame 1 to 2
|
* describing the rotation from frame 1 to 2
|
||||||
* v_1 = q_21^-1 * v_1 * q_21
|
* v_1 = q_21^-1 * v_2 * q_21
|
||||||
*
|
*
|
||||||
* @param vec vector to rotate in frame 2 (typically reference frame)
|
* @param vec vector to rotate in frame 2 (typically reference frame)
|
||||||
* @return rotated vector in frame 1 (typically body frame)
|
* @return rotated vector in frame 1 (typically body frame)
|
||||||
|
|||||||
Reference in New Issue
Block a user