conda-forge / dartsim-feedstock

A conda-smithy repository for dartsim.
BSD 3-Clause "New" or "Revised" License
1 stars 6 forks source link

Collision.testCylinderCylinder fails on Linux and macOS #10

Closed traversaro closed 6 months ago

traversaro commented 3 years ago

From https://github.com/conda-forge/dartsim-feedstock/pull/9, see:

2021-04-02T20:59:12.9243021Z [ RUN      ] Collision.testCylinderCylinder
2021-04-02T20:59:12.9243570Z $SRC_DIR/unittests/comprehensive/test_Collision.cpp:745: Failure
2021-04-02T20:59:12.9244410Z Value of: group->collide(option, &result)
2021-04-02T20:59:12.9244983Z   Actual: false
2021-04-02T20:59:12.9245417Z Expected: true
2021-04-02T20:59:12.9245935Z $SRC_DIR/unittests/comprehensive/test_Collision.cpp:746: Failure
2021-04-02T20:59:12.9246489Z Value of: result.getNumContacts() >= 1u
2021-04-02T20:59:12.9246965Z   Actual: false
2021-04-02T20:59:12.9247387Z Expected: true
2021-04-02T20:59:12.9247875Z [  FAILED  ] Collision.testCylinderCylinder (16 ms)
traversaro commented 6 months ago

This was fixed, see https://github.com/conda-forge/dartsim-feedstock/issues/39 .