Skip to content

SurfacePressureConstraint question:Can't word wthile another robot work #172

Discussion options

You must be logged in to vote

Hi @TeoREN0217,

You're right, unfortunately you can't use both GenericConstraintSolver and QPInverseProblemSolver at the same time.
It seems that only the last constraint solver you add to your scene is taken into account.

So what happens is that the chosen solver tries to process all your constraints, namely SurfacePressureConstraint, PositionEffector, SlidingActuator, and CableActuator, and fails.

What you can try is use the SurfacePressureEquality component instead of SurfacePressureConstraint which will be understood by the QPInverseProblemSolver as a fixed constraint. Sorry there's definitively room from improvement here.

Replies: 1 comment 1 reply

Comment options

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

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