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

Fix one instance of getLast()->getFrame()

parent fd6bdb52
No related branches found
No related tags found
1 merge request!44Devel
......@@ -151,7 +151,7 @@ TEST_F(ProcessorOdomIcp_Test, full)
scan->process();
// F = problem->getLastFrame();
F = processor->getLast()->getFrame();
F = processor->getLastFrame();
WOLF_TRACE("last capture ", processor->getOrigin()->id() ,
" - features: ", processor->getOrigin()->getFeatureList().size());
......
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