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

cosmetics

parent cf4508e9
No related branches found
No related tags found
1 merge request!164Kfpackmanager
......@@ -1523,11 +1523,11 @@ TEST_F(Process_Constraint_IMU_ODO, RecoverTrajectory_MotionRandom_PqV_b__pqV_b)
// printAll(report);
WOLF_INFO("------------------------------------");
WOLF_INFO("Exact x0 \n", x0.transpose());
WOLF_INFO("Optim x0 \n", x0_optim.transpose());
WOLF_INFO("Exact x0 \n", x0 .transpose());
WOLF_INFO("Optim x0 \n", x0_optim .transpose());
WOLF_INFO("Optim x \n", Trj_x_optim.transpose());
WOLF_INFO("Optim x1 \n", x1_optim.transpose());
WOLF_INFO("Exact x1 \n", x1_exact.transpose());
WOLF_INFO("Optim x1 \n", x1_optim .transpose());
WOLF_INFO("Exact x1 \n", x1_exact .transpose());
WOLF_INFO("------------------------------------");
}
......
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