You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on Ubuntu 14.04 with ATI Radeon 6900 series . Not the same problem I had last time around, so I thought it would be worth a mention.
I'm using cmake 2.8.12, gcc 4.8, the AMDAPP-SDK-3.0-Beta, and Catalyst-
Omega-14.12 drivers. I don't use the .deb versions of the drivers because I can never seem to get
them to work.
Anyway, the problem goes like this:
The difference between btFabs(btScalar(i-z))-btScalar(j)-ssd.m_radiusB and distInfo.m_distance is
0.10201358795166016, which exceeds abs_error, where btFabs(btScalar(i-z))-btScalar(j)-
ssd.m_radiusB evaluates to -8.6000003814697266, distInfo.m_distance evaluates to
-8.4979867935180664, and abs_error evaluates to 0.10000000149011612.
So the test is really close to being within the permissible error.
This discussion was converted from issue #388 on April 26, 2021 03:52.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Single failed test for:
BulletCollisionTest.GjkEpaSphereSphereRadiusNotFullMarginDistance
on Ubuntu 14.04 with ATI Radeon 6900 series . Not the same problem I had last time around, so I thought it would be worth a mention.
I'm using cmake 2.8.12, gcc 4.8, the AMDAPP-SDK-3.0-Beta, and Catalyst-
Omega-14.12 drivers. I don't use the .deb versions of the drivers because I can never seem to get
them to work.
Anyway, the problem goes like this:
So the test is really close to being within the permissible error.
Everything else is working beautifully.
Beta Was this translation helpful? Give feedback.
All reactions