-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running example.py #9
Comments
Hello, I also encountered the same problem when I downloaded this code for the second time, prompting ' |
@ashwin-97 @LiukeyCC
i thought it will works fine if you try all the steps above, but i have also did some other change since i got some warnings, all the changes are in
|
@peterwarlg |
Hi everyone |
Hello Peter |
|
Does it work? I modified it according to this. There are still questions, what version of IKPY are you using? |
A downgrade to ikpy==3.1 solved ik problem in my case |
Dear @papercut-linkin which version of numpy did you use because I am receiving the following error when downgrading to ikpy==3.1 module 'numpy' has no attribute 'float'. Thank you very much for your valuable help! Christos Peridis |
@ChristosPeridis, I was able to solve this error by using ikpy==3.3 using the most recent version of numpy (1.24.4). |
numpy==1.23.5 solved this problem in my case |
Hello
Running the example code throws out an error saying inverse kinematics is not possible for the coordinates
The text was updated successfully, but these errors were encountered: