-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What feature or enhancement are you proposing?
To implement a fast rigid-body based tactile sensor, we will need to be able to query the contact status of arbitrary (point, normal, radius)s in space. These points should not affect collision resolution in the solver, but we should be able to obtain penetration depth, collision area, and direction w.r.t the normal.
Motivation
(image from https://github.com/eanswer/DiffHand )

a bad sketch of what i mean (point, normal, radius) in red, force vector in blue.

Potential Benefit
- Can implement fast tactile array sensors
What is the expected outcome of the implementation work?
- A method in RigidSolver to add a "contact point" (pos, normal, radius)
- A method to query the (force vector, penetration area), on the added points
Additional information
contype/conaffinitymay be useful?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request