tracikpy icon indicating copy to clipboard operation
tracikpy copied to clipboard

Python Bindings for TracIK

Results 4 tracikpy issues
Sort by recently updated
recently updated
newest added

Hi! I'm trying to integrate tracikpy into a poetry project via: ``` poetry add git+https://github.com/mjd3/tracikpy.git@main ``` But when using it I get ``` Segmentation fault (core dumped) ``` or ```...

Hi @mjd3 Thanks for this amazing repo. I get an error when running the following test script in my Ubuntu 18.04 machine: ``` import numpy as np from tracikpy import...

Hi, I installed tracikpy following the instructions on the ReadMe, however I'm running into this issue: ``` >>> import numpy as np >>> from tracikpy import TracIKSolver Traceback (most recent...

Hello how to install windows