Initializing configuration of soft robot #2892
Answered
by
hugtalbot
jjalora
asked this question in
Write / Run a simulation
-
Beta Was this translation helpful? Give feedback.
Answered by
hugtalbot
May 2, 2022
Replies: 1 comment 1 reply
-
Hi @jjalora Sorry for the latency of this reply!
For this, you should therefore need two loaders loading the two configurations of your object. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jjalora
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jjalora
Sorry for the latency of this reply!
A solution could be to initialize your MechanicalObject with two sets of information:
position
data field : the position you want to start fromrestPosition
data field : the position corresponding to the undeformed shape of your object (what you called equilibrium)For this, you should therefore need two loaders loading the two configurations of your object.
Let us know whether this works as expected ;)