How to get the physic model of the soft body? #2739
Unanswered
BowenFF
asked this question in
Asking for Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a researcher at RWTH Aachen University, I use MuJoCo for my research on deformable objects and Manipulation.
My setup
Mujoco 3.3.3; Ubuntu 22.04
My question
As shown in the image below, I intend to use a robotic arm equipped with an end-effector (a rod-like tool) to poke a thin plate, which is deformable.
(1) I would like to determine the maximum deformation at the point on the thin plate where it is poked.
At the same time,
(2) I would also like to understand how the underlying physics engine of MuJoCo works. Specifically, I want to model this object separately from MuJoCo using the Finite Element Method (FEM), enabling me to calculate the deformation of the thin plate when a given force is applied. Additionally, how can I visualize or understand how MuJoCo's physics engine operates internally?
Could you provide some suggestions on how to achieve these two objectives?

Here is my soft body's XML model:
` <flexcomp type="grid" count="6 8 1" spacing=".1 .1 .1" pos="0.0 0.0 0.0"
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions