About Pullingcables function in Softrobots.Inverse.actuators #233
Answered
by
EulalieCoevoet
Cuberkk
asked this question in
Help - Using
|
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: |
Answered by
EulalieCoevoet
Sep 1, 2023
Replies: 1 comment 2 replies
|
Hi, By using |
2 replies
Answer selected by
Cuberkk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



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
GenericConstraintSolverby aQPInverseProblemSolver.