Arbitrary Contact Mesh
- Connor Stapp
- Posts: 18
- Joined: Tue Jan 31, 2017 1:44 pm
Arbitrary Contact Mesh
I'm currently working on a project where two objects come into contact and need to have a contact mesh between them. I've tried using the standard contactsphere that I've seen but it doesn't seem to work. Does OpenSim allow for arbitrary contact meshes and if it does, are there examples on how to write one?
- Thomas Uchida
- Posts: 1792
- Joined: Wed May 16, 2012 11:40 am
Re: Arbitrary Contact Mesh
The "From the Ground Up: Building a Passive Dynamic Walker Model" example in the Confluence documentation demonstrates how to use ContactSpheres (see https://simtk-confluence.stanford.edu/d ... lker+Model).I've tried using the standard contactsphere that I've seen but it doesn't seem to work.
Here is a SimTK project that uses ContactMeshes: "Evertor and invertor muscle co-activation prevents ankle inversion injury" (https://simtk.org/projects/ankle-sprains).Does OpenSim allow for arbitrary contact meshes and if it does, are there examples on how to write one?