Mike Danielczuk
Mike Danielczuk
[cibuildwheel](https://cibuildwheel.readthedocs.io/en/stable/) could be good here to build wheels for Linux/Mac/Windows for pypi! I have some familiarity with it - could try to put together a PR but probably won't have...
Yeah it could get a little ugly for non-Linux builds for CGAL (for Ubuntu/Debian we can apt-get) but worst case we can always build it from source for those builds....
Hi @jontje thanks for this library! I am wondering what the sequence of calls would look like for running a custom RAPID module as you hint at here, since the...
I'm not sure, but I don't think so; it seems to me like both of those load programs/modules into the task, but the enclosed routines still need to be called...
Ah actually it seems like the `runCallByVar` method is what I was missing here (allows a user to call a custom routine by name)! Figured it out eventually.
Hmmm, I am not able to reproduce this error. I have added an Ubuntu 18.04 workflow to testing as well as Dockerfiles for Ubuntu 18.04 and Ubuntu 20.04 and all...
Ah, this suggests that the install is not working. Can you try with `pip install tracikpy --verbose` and see if the SWIG binding fails to build? Also, make sure you...
Hmm yes it does seem like the install is working correctly. So after this successful install you are unable to import?
Are you installing with `pip install -e`? Does that file (`tracikpy/swig/trac_ik_wrap.py`) exist after building the swig bindings? Sorry for the issues! Hoping we can get this figured out although it...
@adithyamurali were you able to resolve?