Skip to content
Snippets Groups Projects
Commit 96016aeb authored by Maximilien Naveau's avatar Maximilien Naveau
Browse files

[CI][test state] Re-activate unit-test as they pass on the docker...

[CI][test state] Re-activate unit-test as they pass on the docker gepetto/buildfarm:py-crocoddyl-py3-stretch
parent 3c2a2215
No related branches found
No related tags found
No related merge requests found
......@@ -452,10 +452,10 @@ void register_state_multibody_unit_tests(const std::string& urdf_file = "", bool
bool init_function() {
// Here we test the state_vector
register_state_vector_unit_tests();
// register_state_multibody_unit_tests(TALOS_ARM_URDF, false);
// register_state_multibody_unit_tests(HYQ_URDF, true);
// register_state_multibody_unit_tests(TALOS_URDF);
// register_state_multibody_unit_tests(); // random humanoid
register_state_multibody_unit_tests(TALOS_ARM_URDF, false);
register_state_multibody_unit_tests(HYQ_URDF, true);
register_state_multibody_unit_tests(TALOS_URDF);
register_state_multibody_unit_tests(); // random humanoid
return true;
}
......
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