Skip to content
Snippets Groups Projects
Commit b044a04c authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

commented debug lines that clashes in CI

parent 5d61eb1f
No related branches found
No related tags found
1 merge request!274Resolve "Emplace API inconsistent with ProcessorTrackerFeature/Landmark functions"
Pipeline #3699 passed
...@@ -114,10 +114,10 @@ void ProcessorTrackerFeature::resetDerived() ...@@ -114,10 +114,10 @@ void ProcessorTrackerFeature::resetDerived()
matches_last_from_incoming_.clear(); matches_last_from_incoming_.clear();
// Debug // Debug
for (auto const & pair_trkid_pair : track_matrix_.matches(origin_ptr_, last_ptr_)) //for (auto const & pair_trkid_pair : track_matrix_.matches(origin_ptr_, last_ptr_))
{ //{
WOLF_DEBUG("Matches reset: track: ", pair_trkid_pair.first, " origin: ", pair_trkid_pair.second.first->id(), " last: ", pair_trkid_pair.second.second->id()); // WOLF_DEBUG("Matches reset: track: ", pair_trkid_pair.first, " origin: ", pair_trkid_pair.second.first->id(), " last: ", pair_trkid_pair.second.second->id());
} //}
} }
void ProcessorTrackerFeature::establishFactors() void ProcessorTrackerFeature::establishFactors()
......
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