-
Notifications
You must be signed in to change notification settings - Fork 285
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
Gazebo crashes when universal joints reach limits since 6.11.0 #1596
Labels
priority: high
should be resolved right now
status: in-progress
type: bug
Indicates an unexpected problem or unintended behavior
Comments
scpeters
added
the
type: bug
Indicates an unexpected problem or unintended behavior
label
Aug 22, 2021
5 tasks
jslee02
added a commit
that referenced
this issue
Aug 22, 2021
jslee02
added a commit
that referenced
this issue
Aug 22, 2021
jslee02
added a commit
that referenced
this issue
Aug 22, 2021
jslee02
added a commit
that referenced
this issue
Aug 22, 2021
5 tasks
This should be fixed by #1597 |
jslee02
added a commit
that referenced
this issue
Aug 22, 2021
jslee02
added a commit
that referenced
this issue
Aug 23, 2021
thanks for fixing this so quickly! I see that you've tagged 6.11.1 but haven't marked it as a release. Are you planning any further changes? |
No further changes. Just mark is as a release: https://github.com/dartsim/dart/releases/tag/v6.11.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: high
should be resolved right now
status: in-progress
type: bug
Indicates an unexpected problem or unintended behavior
Bug Report
Environment
Expected Behavior
There are tests in gazebo that push the Universal joints to to their position limits in gazebo, both
INTEGRATION_joint_universal
and some sub-tests ofINTEGRATION_joint_spawn
. These tests were passing as recently as July 22nd:Current Behavior
The mentioned CI job is not run daily. The next time it was run on July 30th, the universal joint tests involving limits began crashing with an
ODE INTERNAL ERROR
:Console output from failure in
INTEGRATION_joint_universal
:Console output from failure in
INTEGRATION_joint_spawn
:I believe this was triggered by the merge of dartsim 6.11.0 into homebrew-core in Homebrew/homebrew-core#82071 on July 28th. Having looked at the changelog, I believe it is related to #1587.
Steps to Reproduce
brew install gazebo11
on macOSworld
.gazebo --verbose -e dart path/to/test/worlds/universal_joint_test.world
x
ory
component of gravity to a non-zero value, such as1
. This causes the pendulum to swing towards its joint limits and then crash.Code to Reproduce
See the Limits test in joint_universal.cc.
The text was updated successfully, but these errors were encountered: