-
Notifications
You must be signed in to change notification settings - Fork 408
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
PyKDL with Ubuntu 16.04 does not access correct memory when creating or copying frames. #129
Comments
It seems that this is as SIP issue. See the other issue. SIP above 4.16.8 generates python bindings which do not work correctly and above 4.19 it even segfaults on import... |
I can reproduce this, no idea on how to fix this yet though. |
Has anyone fixed this yet? Im getting seg faults on running PyKDL on 16.04. Im using sip 4.19.8 |
Please check my comment in #41 for possible fixes |
PR for PyKDL based on PyBind11 is open: #229
|
A fixed version of |
When copying or creating a new KDL frame and directly accessing the vector or rotation matrix, the result is not correct.
It seems as if not the correct memory is accessed. When splitting the creation and the access in two lines it works as expected.
See code below (tested with:
Linux 4.13.0-32-generic #35~16.04.1-Ubuntu
)Under 14.04 this code works as expected.
The text was updated successfully, but these errors were encountered: