-
Notifications
You must be signed in to change notification settings - Fork 67
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
Latest swig_matlab breaks the SixAxisFTOffsetEstimation example #188
Comments
The second errors could be related to jaeandersson/swig#51 . |
@S-Dafarra experienced the firsts error with the |
I am finally investigating this to support the latest swig with matlab support and finally solve #190 .
if is not supported out-of-the-box anymore to write to the attribute in the matlab bindings as in the following:
but rather the writing of the attribute should be done as:
Similarly, also the default overloading of the |
Fixed in #305 , by adding back the |
These methods had previously been removed in the `jaeandersson/matlab` branch, commit 32ef224. Since then, the generated `SwigRef.m` was being substituded by a patch when needed, like in the repo https://github.com/robotology-playground/yarp-matlab-bindings. For more information, refer to robotology/idyntree#188.
…ionController Bug fix: Correct joint data handling from encoder interface in RobotPositionController
If I generate the matlab bindings with jaeandersson/swig@03261ee , and then I run : https://github.com/robotology/idyntree/blob/master/examples/matlab/SixAxisFTOffsetEstimation/SixAxisFTOffsetEstimation.m .
I get the following errors :
For now we will then be stuck to generate and commit the bindings with the commit jaeandersson/swig@5d3770e .
The text was updated successfully, but these errors were encountered: