Skip to content

Finger wouldn't deform in the SoftRobots/CableGripper Tutorial #134

Discussion options

You must be logged in to vote

Hi,

Indeed the cable doesn't work in the step3. This is because the constraint solver is missing, so the cable constraint is not being solved. Try to add this on top of the scene:

    rootnode.createObject('FreeMotionAnimationLoop')
    rootnode.createObject('GenericConstraintSolver', tolerance=1e-5, maxIterations=100)

Thanks for reporting this! I've just updated the source code.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@qpding
Comment options

Answer selected by qpding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants