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

Fix 420

parent 252d3bd6
No related branches found
No related tags found
3 merge requests!30Release after RAL,!29After 2nd RAL submission,!28Resolve "Follow core 420"
...@@ -237,7 +237,7 @@ void ProcessorOdomIcp::resetDerived() ...@@ -237,7 +237,7 @@ void ProcessorOdomIcp::resetDerived()
} }
// Using processing_step_ to ensure that origin, last and incoming are different // Using processing_step_ to ensure that origin, last and incoming are different
if (processing_step_ != FIRST_TIME_WITH_PACK && processing_step_ != FIRST_TIME_WITHOUT_PACK) { if (processing_step_ != FIRST_TIME_WITH_KEYFRAME && processing_step_ != FIRST_TIME_WITHOUT_KEYFRAME) {
// Notation explanation: // Notation explanation:
// x1_R_x2: Rotation from frame x1 to frame x2 // x1_R_x2: Rotation from frame x1 to frame x2
// x1_p_y1_y2: translation vector from y1 to y2 expressed in frame x1 // x1_p_y1_y2: translation vector from y1 to y2 expressed in frame x1
......
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