Skip to content

Commit

Permalink
Re-enable DynamicsLinearizationIntegrationTest now that bug has been …
Browse files Browse the repository at this point in the history
…fixed
  • Loading branch information
traversaro committed Mar 8, 2024
1 parent 6de2815 commit 4c19469
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions src/tests/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ endmacro()
add_integration_test(Dynamics)
add_integration_test(DenavitHartenberg)
add_integration_test(ReducedModelWithFT)

add_integration_test(DynamicsLinearization)

# See issue https://github.com/robotology/idyntree/issues/367
add_integration_test_no_valgrind(iCubTorqueEstimation)

# Until we fix it, add DynamicsLinearization test but don't execute it
add_integration_exe(DynamicsLinearization)

if(IDYNTREE_USES_ASSIMP)
add_integration_test(InertialParametersSolidShapesHelpers)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@ int main()
std::cerr << "Checking DynamicsLinearization test on a point mass model" << std::endl;
checkABAandABALinearizationAreConsistent(doubleBodyModel);

return 0;

// Then test random generated chains
for(unsigned int joints =0; joints < 20; joints++)
{
Expand Down

0 comments on commit 4c19469

Please sign in to comment.