Search found 2 matches

by Zhongxing Xu
Tue Jan 14, 2020 4:35 am
Forum: Simbody: SimTK multibody dynamics API
Topic: contact detection when one body is contained entirely by another body
Replies: 2
Views: 88

Re: contact detection when one body is contained entirely by another body

After reading some code, it looks like the Minkowski Portal Refinement method is only used for the ellipsoid/ellipsoid and ellipsoid/sphere cases in the old GeneralContactSubsystem. For the new ContactTrackerSubsystem and other cases of old GeneralContactSubsystem, the contact is determined by check...
by Zhongxing Xu
Tue Jan 14, 2020 1:30 am
Forum: Simbody: SimTK multibody dynamics API
Topic: contact detection when one body is contained entirely by another body
Replies: 2
Views: 88

contact detection when one body is contained entirely by another body

I use ContactTrackerSubsystem and CompliantContactSubsystem to do collision detection. I test with two balls. One has radius 1 and the other has radius 0.5. When the two balls are at the same position, the smaller ball is contained by the bigger ball. And the contact number is 0. I am confused. Is M...