You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am working with this environment for training an exoskeleton attached to this human model.
When I run the training script I get this messages: Error [BoxedLcpConstraintSolver.cpp:290] [BoxedLcpConstraintSolver] The solution of LCP includes NAN values: -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan. We're setting it zero for safety. Consider using more robust solver such as PGS as a secondary solver. If this happens even with PGS solver, please report this as a bug.
I want to know how can I change the solver to PGS? or is there any other solution?
I have seen this issue in dartsim repo : [https://github.com/dartsim/dart/issues/1058] but it did not solve the problem.
My exoskeleton is a URDF file which is loaded in the environment
Any help?
The text was updated successfully, but these errors were encountered:
Hi, I am working with this environment for training an exoskeleton attached to this human model.
When I run the training script I get this messages:
Error [BoxedLcpConstraintSolver.cpp:290] [BoxedLcpConstraintSolver] The solution of LCP includes NAN values: -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan. We're setting it zero for safety. Consider using more robust solver such as PGS as a secondary solver. If this happens even with PGS solver, please report this as a bug.
I want to know how can I change the solver to PGS? or is there any other solution?
I have seen this issue in dartsim repo : [https://github.com/dartsim/dart/issues/1058] but it did not solve the problem.
My exoskeleton is a URDF file which is loaded in the environment
Any help?
The text was updated successfully, but these errors were encountered: