Attaching the parts in the softrobot. #4337
Replies: 5 comments 2 replies
-
There is several usual methods to attach objects in simulation such as :
Could you detail what you aim at modeling when saying "attach the rigid frame and three pneumatic actuators" ? |
Beta Was this translation helpful? Give feedback.
-
This is the simple version captured. |
Beta Was this translation helpful? Give feedback.
-
Hi @ndolphin-github, did you manage to get the behavior you wanted following one of the three option @hugtalbot gave you ? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hello.
I have a problem attaching two different models in the scene.
Currently, I am using SOFA v 23.06 in python environment and I tried to apply the example code to my situation. The code I was following is the example in the Softrobot plugins -- Tripod robot. This is the part where I am confused and cannot figure out.
Above is the code lines in the step4-3.py in the Tripod examples. I am trying to attach the rigid frame and three pneumatic actuators which is the typical shape of the soft manipulators. So in my case, three ServoWheels are just replaced to three actuators. I am not sure how to correctly use the SubsetMultiMapping in my case since this keeps showing the error.
I tried to write similar to the example and this is my code.
Beta Was this translation helpful? Give feedback.
All reactions