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

Remove useless prints

parent a97c6d5d
No related branches found
No related tags found
1 merge request!38Draft: Resolve "Improve visual odometry"
...@@ -355,12 +355,6 @@ void ProcessorVisualOdometry::establishFactors() ...@@ -355,12 +355,6 @@ void ProcessorVisualOdometry::establishFactors()
continue; continue;
} }
// Add factors from all KFs of this track to the new lmk
WOLF_INFO("\n\nHEY")
WOLF_INFO(feat_pi->getFrame()->getStateVector().transpose())
WOLF_INFO(lmk->getStateVector().transpose())
WOLF_INFO(getSensor()->getStateVector().transpose())
for (auto feat_kf: track_kf) for (auto feat_kf: track_kf)
{ {
LandmarkHpPtr lmk_hp = std::dynamic_pointer_cast<LandmarkHp>(lmk); LandmarkHpPtr lmk_hp = std::dynamic_pointer_cast<LandmarkHp>(lmk);
......
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