Skip to content
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

Merged
merged 6 commits into from
Apr 17, 2019
Merged

Add matlab/octave high level wrappers #530

merged 6 commits into from
Apr 17, 2019

Conversation

gabrielenava
Copy link
Contributor

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.

@gabrielenava
Copy link
Contributor Author

cc @traversaro

Copy link
Member

@traversaro traversaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments, thanks!

README.md Outdated Show resolved Hide resolved
bindings/matlab/+iDynTreeWrappers/generalizedBiasForces.m Outdated Show resolved Hide resolved
@traversaro
Copy link
Member

Ignore the Travis failure, is actually due to #531 .

@gabrielenava
Copy link
Contributor Author

Think I addressed all the comments with this commit: bdb902a

@traversaro
Copy link
Member

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 ?

@gabrielenava
Copy link
Contributor Author

I've updated the file in my branch as I don't have write access on the main iDyntree.

@@ -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)
Copy link
Member

@traversaro traversaro Apr 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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

@traversaro
Copy link
Member

traversaro commented Apr 16, 2019

@gabrielenava You want to clean the commits or I "Squash and merge" when merging the PR?

@gabrielenava
Copy link
Contributor Author

Cleaned!

@traversaro
Copy link
Member

Sorry @gabrielenava , I meant Do you want to clean the commits or I "Squash and merge" when merging the PR?

@gabrielenava
Copy link
Contributor Author

I think squash and merge when merging the PR is ok

@traversaro traversaro merged commit 74c6f82 into robotology:devel Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants