PyElastica icon indicating copy to clipboard operation
PyElastica copied to clipboard

Mesh demonstration/example

Open Ali-7800 opened this issue 2 years ago • 2 comments

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)

Ali-7800 avatar Aug 08 '23 20:08 Ali-7800

@Rahul-JOON You can work on this

Ali-7800 avatar Aug 08 '23 20:08 Ali-7800

Sure thing!

Rahul-JOON avatar Aug 08 '23 21:08 Rahul-JOON