-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert workaround for homebrew ODE issue #615
Conversation
… for dartsim plugin on macOS (#613)" This reverts commit d616379. Signed-off-by: Steve Peters <[email protected]>
ok, this isn't working; I'm looking into it |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## gz-physics7 #615 +/- ##
===============================================
+ Coverage 78.32% 78.35% +0.02%
===============================================
Files 140 140
Lines 8069 8079 +10
===============================================
+ Hits 6320 6330 +10
Misses 1749 1749 ☔ View full report in Codecov by Sentry. |
it has a different test failure than the one reported in #612:
|
There is this note in ODE Changelog:
Not sure if it'll make any difference |
I want to visualize and compare what's happening with the collisions / contact in this test to see if one configuration option appears more correct than the other |
I am afraid I indirectly caused this. See https://bitbucket.org/odedevs/ode/issues/87/box-cylinder-ccd-check-disabled-by-default and conda-forge/dartsim-feedstock#62 for the context. Basically I had failures in conda-forge as ode build there was failing as CMake was used and the default cmake behaviour was different from the default autotools behavior. When I noticed the problem I reported upstream, that changed it to make autotools default coherent with cmake, that was what was creating dart and gz-physics tests to fail. |
fyi @jslee02 |
the new test failure is also failing on the
I'll disable the failing expectation in a separate PR to keep things clear, and then I think this will be good to go |
tracking the new test failure in #620, disabling the failing test expectations for now in #621 |
🦟 Bug fix
Fixes #612
Summary
Revert "Disable check in DetachableJointTest, CorrectAttachmentPoints for dartsim plugin on macOS (#613)"
This reverts commit d616379.
The
ode
bottle should be fixed by Homebrew/homebrew-core#167721Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.