-
Notifications
You must be signed in to change notification settings - Fork 13
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
can't set a Descartes pose sampler on Profile #50
Comments
Hi @jf---
I think there are over 4000 functions wrapped...
Wrapping callback functions is very tricky. I will take a look when I have a chance to see what the issue is, but it may take some time before I have it fixed. |
Thanks @johnwason , I'm familiar with the limits of SWIG I've worked on pythonocc extensively, which is also Any thoughts on how to move fwd regarding using the |
I use SWIG "directors" to handle the callbacks. There are some macros that generate a base class, and then the Python wrapper class extends the base class. There is a SWIG file with the macro definitions that make it all work: It looks like the customized typemap is not being applied for the field |
@jf--- please send me a message on my website https://www.wasontech.com/contact-us |
✅ thx for the invite! |
@jf--- can you try the wheels in https://github.com/tesseract-robotics/tesseract_python/suites/18704221744/artifacts/1088812345 This should have the sampling function fixed. You can install wheel files using pip by pointing to the file absolute location. Make sure you use the right file for your system and python version. |
I have tesseract running on Mac OSX arm64. See tesseract-robotics/tesseract#970 |
Hi @jf--- have you had a chance to test these fixes? The macos packages should have the callback function working. |
Hi,
First, what a formidable library, so stoked having access to tesseract from python!
I'd like to contribute by porting examples from tesseract-robotics/tesseract_planning/tree/master/tesseract_examples/src to python. Also its a nice way to find my way around ;)
I'm porting a Descartes tutorial from ROS-I training ,
The text was updated successfully, but these errors were encountered: