Skip to content
Snippets Groups Projects
Commit 2491ce02 authored by Idril-Tadzio Geer Cousté's avatar Idril-Tadzio Geer Cousté
Browse files

test doesn't work but is finished

parent daf3060a
No related branches found
No related tags found
4 merge requests!39release after RAL,!38After 2nd RAL submission,!33Imu2d static initialization,!31Imu2d static initialization
......@@ -202,7 +202,7 @@ TEST_F(ProcessorImu2dStaticInitTest, static)
_first_frame = nullptr;
int i = 1;
for(t = t0+dt; t <= t0 + 5 + dt/2; t+=dt){
for(t = t0+dt; t <= t0 + 3 + dt/2; t+=dt){
WOLF_INFO("Starting iteration ", i, " with timestamp ", t);
++i;
C = std::make_shared<CaptureImu>(t, _sensor_ptr, data, data_cov, Vector3d::Zero());
......@@ -278,8 +278,8 @@ TEST_F(ProcessorImu2dStaticInitTest, static)
WOLF_INFO("2 - The current frame's estimated bias is: \n", _last_frame->getCaptureOf(_sensor_ptr)->getStateBlock('I')->getState());
WOLF_INFO("3 - The current state is (from _processor_motion): \n", _processor_motion->getState().vector("POV"));
}
WOLF_INFO("The current problem is:");
_problem_ptr->print(4);
//WOLF_INFO("The current problem is:");
//_problem_ptr->print(4);
WOLF_INFO("Solving...");
std::string report = _solver->solve(SolverManager::ReportVerbosity::BRIEF);
WOLF_INFO("Solved");
......
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