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

Reduce debug info

parent 4cbddaee
No related branches found
No related tags found
1 merge request!157Kfpackmanager
Pipeline #
This commit is part of merge request !157. Comments created here will be created in the context of that merge request.
...@@ -233,7 +233,8 @@ TEST(ProcessorBase, KeyFrameCallback) ...@@ -233,7 +233,8 @@ TEST(ProcessorBase, KeyFrameCallback)
capt_trk = make_shared<CaptureVoid>(t, sens_trk); capt_trk = make_shared<CaptureVoid>(t, sens_trk);
proc_trk->process(capt_trk); proc_trk->process(capt_trk);
problem->print(4,1,1,0); // problem->print(4,1,1,0);
WOLF_INFO("-------------------------------------------------");
// Only odom creating KFs // Only odom creating KFs
ASSERT_TRUE( problem->getLastKeyFramePtr()->getType().compare("PO 2D")==0 ); ASSERT_TRUE( problem->getLastKeyFramePtr()->getType().compare("PO 2D")==0 );
......
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