CableConstraint #239
Closed
Answered
by
alxbilger
james12parker
asked this question in
Help - Programming with SoftRobots
-
Hello! I have created an object and defined the object with a Tetrahedron. I am hoping to simulate this object and observe the deformation. While exploring several examples, it appears that most people use a CableConstraint to control the soft robot. However, when I attempted to implement the CableConstraint, I encountered an error stating:
My snippet code is:
Am I using the CableConstraint incorrectly? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
alxbilger
Sep 7, 2023
Replies: 1 comment
-
My guess is that you did not load the SoftRobots plugin. See the documentation page if you need to know how to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
james12parker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My guess is that you did not load the SoftRobots plugin. See the documentation page if you need to know how to do it.