Issues with modeling a tensegrity-membrane structure in MuJoCo #2666
Unanswered
ASNGHOST47
asked this question in
Asking for Help
Replies: 2 comments 7 replies
-
To simplify the model, can you replace the cloth with a rigid box? If that is stable then we know the issue is indeed with the cloth |
Beta Was this translation helpful? Give feedback.
5 replies
-
Do you have an image of the real thing your are trying to model (if it exists)? It's difficult to understand what you are trying to achieve. Some comments just from looking at the XML:
|
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Intro
Hi!
I am a collage student who is using MuJoCo on modeling a tensegrity-membrane structure .
My setup
3.2.0
My question
Recently I‘ve been working on modeling a tensegrity-membrane structure in MuJoCo, the structure itself is able to balance in the reality. However, we want to add motion control to the structure, in that case, we need to build a model of it in MuJoCo for further research and analysis. the structure is composed of four bars and four tendons and a membrane on the top, the image of the structure is shown below:

As I said earlier, this structure has been proven to maintain static equilibrium in reality.The problem is that, after I build the structure with XML language in MuJoCo, it can not maintain static equilibrium,it will crash to the ground real quick, I don't know what has caused this situation, the parameters of the membrane is set in the plugin,the problem is shown as below:
Phenomenon.mp4
I used connect element in equality to bind the four corners of the membrane with the bars and tendons,I will share the file in the end and here is my guess to this problem:
The membrane does not seem to be stretched tight, so it does not provide the required tension to the bars,probably some of the setting is wrong in my file and I will be happy if you could point them out and give me some advice,thanks!
Minimal model and/or code that explain my question
If you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue).
Model:
minimal XML
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions