Skip to content
Snippets Groups Projects
Commit 0474b075 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Fix comment

parent 39be4ac8
No related branches found
No related tags found
No related merge requests found
Pipeline #6275 passed
......@@ -72,7 +72,7 @@ inline bool FactorQuaternionAbsolute::operator ()(const T* const _o, T* _residua
*
* In rotations.h, we have
* minus(q1,q2) = minus_right(q1,q2) = log_q(q1.conjugate() * q2); --> this is a local 'minus'
* minus_left(q1,q2) = log_q(q2.conjugate() * q1); --> this is a global 'minus'
* minus_left(q1,q2) = log_q(q2 * q1.conjugate()); --> this is a global 'minus'
*/
Eigen::Matrix<T, 3, 1> er;
......
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