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
Issue Details:
An error occurs when running the humanoid_collisions.py example from the placo-examples repository. The log is shown below.
You can open the visualizer by visiting the following URL:
http://127.0.0.1:7000/static/
Viewer URL: http://127.0.0.1:7000/static/
Traceback (most recent call last):
File "humanoid_collisions.py", line 95, in <module>
run_loop()
File "/usr/local/lib/python3.8/dist-packages/ischedule/ischedule.py", line 107, in run_loop
run_pending()
File "/usr/local/lib/python3.8/dist-packages/ischedule/ischedule.py", line 80, in run_pending
task.func()
File "humanoid_collisions.py", line 85, in loop
solver.solve(True)
RuntimeError: QPError: Problem: Infeasible QP (check your hard inequality constraints)
I've found some workarounds, such as changing the self-collision constraint priority from hard to soft, but this might not address the root cause of the issue.
I'm also uncertain whether this issue should be filed under the placo repository or the placo-examples repository. Since it seems like the error originates from placo, I'm posting it here first.
The text was updated successfully, but these errors were encountered:
Environment:
Issue Details:
An error occurs when running the humanoid_collisions.py example from the placo-examples repository. The log is shown below.
I've found some workarounds, such as changing the self-collision constraint priority from hard to soft, but this might not address the root cause of the issue.
I'm also uncertain whether this issue should be filed under the placo repository or the placo-examples repository. Since it seems like the error originates from placo, I'm posting it here first.
The text was updated successfully, but these errors were encountered: