Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #82 from robotology/fix-changelog
Browse files Browse the repository at this point in the history
Fix errors and missing functions in the ChangeLog
  • Loading branch information
gabrielenava authored Feb 9, 2017
2 parents f2bf1e8 + 20cff8a commit 6b59f71
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project does not adheres to [Semantic Versioning](http://semver.org/).
- New version of the mexWholeBodyModel (mex-WBM) subroutine for Matlab. Thanks to [@Ganimed](https://github.com/Ganimed), a
complete refactory of the toolbox has been done, to speedup and stabilize the call of the kinematic/dynamic functions.

#### New Utility-Functions:
- A lot of utility-functions were added and moved to the utilities-directory in order to be independent from other
third party libriaries, i.e. transformation functions. For further details have a look into the [+utilities](/mex-wholebodymodel/matlab/utilities/+WBM/+utilities/) directory.

#### Renamed Functions
- **_Wrapper-Function Names:_**
- wbm_djdq --> wbm_dJdq
Expand All @@ -20,19 +24,18 @@ and this project does not adheres to [Semantic Versioning](http://semver.org/).
- wbm_getWorldFrameFromFixedLink --> wbm_getWorldFrameFromFixLnk
- Changed output order: [world_R_base, world_p_base] --> [wf_p_b, wf_R_b]
- **_Utility-Function Names:_**
- quaternionDerivative --> dquat
- New input arguments: quat, omega, gain (optional), chktol (optional).
- frame2posrot --> frame2posRotm
- fromSkew2Vector --> skewm2vec
- parametrization --> rotm2eulAngVelTF
- quaternionDerivative --> WBM.utilities.dquat
- Changed order of the input argument from (omega,q) to (quat,omega).
- New optional input arguments: gain (optional), chktol (optional).
- frame2posrot --> WBM.utilities.frame2posRotm
- fromSkew2Vector --> WBM.utilities.skewm2vec
- parametrization --> WBM.utilities.rotm2eulAngVelTF
- New input arguments: rotm, sequence ('ZYX' or 'ZYZ', default 'ZYX').
- quaternion2dcm --> quat2rotm
- skew --> skewm
- whatname --> getJointAnnotationICub

#### New Utility-Functions:
- A lot of utility-functions were added to the utilities-directory in order to be independent from other
third party libriaries, i.e. transformation functions. For further details have a look into the [+utilities](/mex-wholebodymodel/matlab/utilities/+WBM/+utilities/) directory.
- quaternion2dcm --> WBM.utilities.quat2rotm
- skew --> WBM.utilities.skewm
- whatname --> WBM.utilities.getJointAnnotationICub
- wbm_generalisedBiasForces --> wbm_generalizedBiasForces
- wbm_initialise --> wbm_initialise

#### Renamed Key-Names:
- generalised-forces --> generalized-forces
Expand Down

0 comments on commit 6b59f71

Please sign in to comment.