Skip to content
Snippets Groups Projects
Commit a17fd68a authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

add first assert to gtest_processor_base keyframecallback fc

parent e500c89d
No related branches found
No related tags found
1 merge request!157Kfpackmanager
...@@ -242,6 +242,9 @@ TEST(ProcessorBase, KeyFrameCallback) ...@@ -242,6 +242,9 @@ TEST(ProcessorBase, KeyFrameCallback)
// Track // Track
proc_tracker->process(make_shared<CaptureVoid>(t, sen_tracker)); proc_tracker->process(make_shared<CaptureVoid>(t, sen_tracker));
// Only odom creating KFs
ASSERT_TRUE( problem->getLastKeyFramePtr()->getType().compare("PO 2D")==0 );
WOLF_DEBUG("iter:",ii," ts: ", t); WOLF_DEBUG("iter:",ii," ts: ", t);
} }
......
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