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

Fix doc

parent e7047151
No related branches found
No related tags found
2 merge requests!36After cmake and const refactor,!28Resolve "Building a new visual odometry system"
...@@ -152,7 +152,7 @@ inline void FactorPixelHp::expectation(const T* const _frame_p, ...@@ -152,7 +152,7 @@ inline void FactorPixelHp::expectation(const T* const _frame_p,
// landmark dir vector in C frame // landmark dir vector in C frame
/* note: transforming hmg point to get direction vector v': /* note: transforming hmg point to get direction vector v':
* | q T | * | v | = | q*v + T+w | --> v' = q*v + T+w * | q T | * | v | = | q*v + T+w | --> v' = q*v + T+w
* | 0 1 | | w | | 0 w | * | 0 1 | | w | | w |
*/ */
Matrix<T, 3, 1> v_dir = q_cw * lh_w.template head<3>() + p_cw * lh_w(3); Matrix<T, 3, 1> v_dir = q_cw * lh_w.template head<3>() + p_cw * lh_w(3);
......
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