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
Create an example that uses the Mesh class to create a mesh surface, and use that to create an example based on the ContinuumSnakeTerrainCase example in dev_snake_contact
Tasks:
Derive a mesh_surface class from the surface class (similar to how sphere or cylinder is derived from rigid body), this should take the necessary attributes from the mesh class to be used for contact.
Derive a contact class from NoContact to create contact between a rod and a mesh_surface object, should be something similar to CustomInteractionSurface (multiple contacts) or CustomInteractionSurfaceGrid (multiple contacts) in the CustomFrictionSurface.py file.
Create an example where the rod makes contact with a simple surface (not a plane)
The text was updated successfully, but these errors were encountered:
Create an example that uses the Mesh class to create a mesh surface, and use that to create an example based on the ContinuumSnakeTerrainCase example in dev_snake_contact
Tasks:
The text was updated successfully, but these errors were encountered: