About Pullingcables function in Softrobots.Inverse.actuators #233
-
Hi, I try to use pullingcables function in the Softrobots.Inverse.actuators plugins. But when I am trying to use this function, I can open the scene file while I can't animate it successfully. The error appears in the terminal goes: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, By using |
Beta Was this translation helpful? Give feedback.
Hi,
By using
from softrobots.inverse.actuators import PullingCable
, it means that you wanna solve an inverse problem. In that case,you need to replace the
GenericConstraintSolver
by aQPInverseProblemSolver
.