-
Notifications
You must be signed in to change notification settings - Fork 486
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
[backport Gazebo7] Fixed crash when collision size is zero #2769
[backport Gazebo7] Fixed crash when collision size is zero #2769
Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
I tested this on Ubuntu 16.04, since that's where Kinetic + Gazebo 7 is official. |
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
I retested and it works. Specifying Linux CI looks okay. @j-rivero @scpeters Mac is saying pip3 not found?
and Windows is not finding Qt:
None of this is related to this PR, but I don't know if I should approve and merge if some of the CIs hadn't run... |
I think that was an intermittent failure that should be resolved now by gazebo-tooling/release-tools#236 |
@osrf-jenkins run tests please |
Thanks Steve! Looks like Mac has a bunch of complaints about cmath and math.h, e.g.
Same thing for isfinite, isinf, isnan, isnormal, isgreater, etc. That looks like it shouldn't happen? |
Signed-off-by: ahcorde <ahcorde@gmail.com>
* Added test to check collisions equal to zero Signed-off-by: ahcorde <ahcorde@gmail.com> * Included feedback Signed-off-by: ahcorde <ahcorde@gmail.com> * make linters happy Signed-off-by: ahcorde <ahcorde@gmail.com> * Update Visual_TEST.cc
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified locally - test failed before the fix, and passed after the fix in Ubuntu 16 + Gazebo 7.
Orignal PR #2768
Signed-off-by: ahcorde ahcorde@gmail.com