Open rbt4168 opened 1 month ago
Hey @rbt4168, this looks like an issue with the IK package.
I can't reproduce the error on my side. Can you please try installing the older version below?
pip install dm-robotics-moma==0.5.0 --no-deps
pip install dm-robotics-transformations==0.5.0 --no-deps
pip install dm-robotics-agentflow==0.5.0 --no-deps
pip install dm-robotics-geometry==0.5.0 --no-deps
pip install dm-robotics-manipulation==0.5.0 --no-deps
pip install dm-robotics-controllers==0.5.0 --no-deps
Lmk if that worked.
Dear author,
First of all, great work on this project! I’ve followed the README instructions for installation, but I’m running into an issue when trying to run it. Here’s my system information:
The error I’m getting is:
After some code tracing, I found that the issue seems to originate from
robot_ik_solver.py
at line 53:Any insights on what might be causing this?
I’d appreciate your help!