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

Transpose some results for better display

parent 90f5566d
No related branches found
No related tags found
2 merge requests!31devel->main,!30Complete UAV identification setup
......@@ -643,8 +643,8 @@ TEST_F(Test_SolveProblemForceTorqueInertialDynamics_yaml, rotation_around_z_axis
WOLF_INFO("-----------------------------");
}
WOLF_INFO("True inertia : ", inertia_true, " m^2 Kg.");
WOLF_INFO("Guess inertia : ", inertia_guess, " m^2 Kg.");
WOLF_INFO("True inertia : ", inertia_true.transpose(), " m^2 Kg.");
WOLF_INFO("Guess inertia : ", inertia_guess.transpose(), " m^2 Kg.");
WOLF_INFO("Estimated inertia: ", S->getStateBlock('i')->getState().transpose(), " m^2 Kg.");
WOLF_INFO("-----------------------------");
auto inertia_estimated = S->getStateBlock('i')->getState();
......
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