stephane-caron / pink

Python inverse kinematics based on Pinocchio
Apache License 2.0
191 stars 12 forks source link

CVXOPT does not handle infinity #10

Closed stephane-caron closed 1 year ago

stephane-caron commented 1 year ago

When there is no velocity bound on a joint, Pink currently sets inequality constraints as $-\infty < v_i < \infty$. But with CVXOPT this approach yields ValueError: domain error.

Possible solutions: