Skip to content
Snippets Groups Projects
Commit 9ed4e1a2 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

[skip-ci] put back naive landmark init for the moment

parent 751ebf6d
No related branches found
No related tags found
1 merge request!38Draft: Resolve "Improve visual odometry"
...@@ -349,7 +349,8 @@ void ProcessorVisualOdometry::establishFactors() ...@@ -349,7 +349,8 @@ void ProcessorVisualOdometry::establishFactors()
WOLF_INFO(" NEW valid track \\o/") WOLF_INFO(" NEW valid track \\o/")
Track track_kf = track_matrix_.trackAtKeyframes(feat->trackId()); Track track_kf = track_matrix_.trackAtKeyframes(feat->trackId());
LandmarkBasePtr lmk = emplaceLandmarkTriangulation(feat_pi, track_kf); // LandmarkBasePtr lmk = emplaceLandmarkTriangulation(feat_pi, track_kf);
LandmarkBasePtr lmk = emplaceLandmarkNaive(feat_pi);
if (lmk == nullptr){ if (lmk == nullptr){
continue; continue;
} }
......
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