-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add matlab/octave high level wrappers #530
Add matlab/octave high level wrappers #530
Conversation
cc @traversaro |
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.
Minor comments, thanks!
Ignore the Travis failure, is actually due to #531 . |
Think I addressed all the comments with this commit: bdb902a |
Thanks. Can you add a line on this PR in the release notes: https://github.com/robotology/idyntree/blob/devel/doc/releases/v0_12.md ? |
I've updated the file in my branch as I don't have write access on the main |
doc/releases/v0_12.md
Outdated
@@ -42,6 +42,9 @@ KinDynComputations finally reached feature parity with respect to DynamicsComput | |||
* Added `bindings` for `AttitudeMahonyFilter`, `AttitudeQuaternionEKF`, `DiscreteExtendedKalmanFilterHelper` (https://github.com/robotology/idyntree/pull/522) | |||
* Added basic tests for the Attitude Estimator classes (https://github.com/robotology/idyntree/pull/522) | |||
|
|||
#### `bindings` | |||
* Added high-level Matlab/Octave wrappers of the iDyntree bindings. Related PR: (https://github.com/robotology/idyntree/pull/530) |
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.
* Added high-level Matlab/Octave wrappers of the iDyntree bindings. Related PR: (https://github.com/robotology/idyntree/pull/530) | |
* Added high-level Matlab/Octave wrappers of the iDyntree bindings (https://github.com/robotology/idyntree/pull/530) |
Let's try to keep consistency internally to the same document
@gabrielenava You want to clean the commits or I "Squash and merge" when merging the PR? |
Cleaned! |
Sorry @gabrielenava , I meant Do you want to clean the commits or I "Squash and merge" when merging the PR? |
I think squash and merge when merging the PR is ok |
I wrote a collection of
high-level wrappers
for simplifying the usage of iDyntree inside Matlab. This PR is for moving the wrappers inside iDyntree. I also designed a smoke-test to verify if the wrappers are correctly called.