Skip to content

Commit 610728c

Browse files
authored
Merge pull request #29 from wavelab/master
Fix smallAngleQuaternion() reference
2 parents 6d52b92 + 78dc2dc commit 610728c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/msckf_vio/math_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ inline Eigen::Vector4d quaternionMultiplication(
6565
* full quaternion.
6666
* @note This function is useful to convert delta quaternion
6767
* which is usually a 3x1 vector to a full quaternion.
68-
* For more details, check Equation (238) and (239) in
68+
* For more details, check Section 3.2 "Kalman Filter Update" in
6969
* "Indirect Kalman Filter for 3D Attitude Estimation:
7070
* A Tutorial for quaternion Algebra".
7171
*/

0 commit comments

Comments
 (0)