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

debug messages

parent 9d99aaf4
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,11 @@ void TreeManagerSlidingWindow::keyFrameCallback(FrameBasePtr _key_frame)
// remove first KF if too many KF
if (n_kf > params_sw_->n_key_frames)
{
WOLF_INFO("TreeManagerSlidingWindow removing first frame");
WOLF_DEBUG("TreeManagerSlidingWindow removing first frame");
first_KF->remove(params_sw_->viral_remove_empty_parent);
if (params_sw_->fix_first_key_frame)
{
WOLF_INFO("TreeManagerSlidingWindow fixing new first frame");
WOLF_DEBUG("TreeManagerSlidingWindow fixing new first frame");
second_KF->fix();
}
}
......
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