-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fix MATLAB and Octave snippets #720
Conversation
Hi @giovannipizzolante , can you review this PR? See https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews for how to do that, thanks! |
Just came back from a mission, I’ll review asap! |
Thanks, take your time, this is not urgent! |
Please ignore the failing CI, that is unrelated (see #733). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on Matlab r2020a and works!
Thanks! Just FYI, if you want to have a simple way to install YARP MATLAB bindings on any system in which MATLAB runs, you can check the new one-line MATLAB installer: https://github.com/robotology/robotology-superbuild/blob/master/doc/matlab-one-line-install.md . |
Other CI failures are unrelated, see #733 . |
For YARP Vectors, the
fromMatlab
methods expects the YARP vector to be of the same size of the passed MATLAB vector, see #515 and robotology/yarp-matlab-bindings#62 .