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

gtest not working when solving

parent 62e1d7db
No related branches found
No related tags found
1 merge request!462Resolve "Subscriber&processor for landmark external detections"
Pipeline #13901 passed
......@@ -354,12 +354,12 @@ void ProcessorTrackerFeatureLandmarkExternalTest::testConfiguration(int dim,
if (not problem->getMap()->getLandmarkList().empty())
{
// TODO store gt values
// TODO perturb
// solve
auto report = solver->solve(SolverManager::ReportVerbosity::FULL);
WOLF_INFO(report);
// auto report = solver->solve(SolverManager::ReportVerbosity::FULL);
// WOLF_INFO(report);
// TODO check values
}
......
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