🚀 iDynTree 1.1 Release #407
traversaro
started this conversation in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
iDynTree 1.1.0 was released today and is now available for download at: https://github.com/robotology/idyntree/releases/tag/v1.1.0 .
As iDynTree adheres to Semantic Versioning, the 1.1 is a feature release that is backward compatible with iDynTree 1.0 .
Release Highlights
This new release introduce two new features:
New MATLAB based visualizer
A new MATLAB iDynTree visualizer (robotology/idyntree#682, robotology/idyntree#668) has been added to the iDynTree's high-level-wrappers.
A tutorial on how to use this new MATLAB visualizer is available in the https://github.com/robotology/idyntree/tree/v1.1.0/bindings/matlab/%2BiDynTreeWrappers#matlab-native-visualization .
Thanks a lot to Francisco Andrade (@fjandrad) that implemented this feature in robotology/idyntree#668 and robotology/idyntree#682 .
iDynTree's InverseKinematics MATLAB and Python bindings
The iDynTree's InverseKinematics class has been added to the iDynTree's bindings, so it is now usable from MATLAB and Python bindings. See the following snippet to have an idea on how to use
iDynTree.InverseKinematics
in MATLAB:Thanks a lot to Lorenzo Rapetti (@lrapetto) that implemented this feature in robotology/idyntree#633 .
Acknowledgements
Thanks to the contributors (either as code authors, code reviewers or by contributing documentation) of this version of iDynTree:
Detailed ChangeLog
Added
iDynTreeWrappers
for the functiongetWorldTransformsAsHomogeneous
.iDynTreeWrappers
. Some time optimization has been performed (Create function that returns mutiple transforms based on a list of frames idyntree#659).bindings
forgetWorldTransformsAsHomogeneous
function.getWorldTransformsAsHomogeneous
that gives a vector of Matrix4x4 based on a vector of strings containing the frame transforms.bindings
for handlinglinkSolidShapes
properly ([Bindings] Can not access the visual objects in Matlab idyntree#656).bindings
forInverseKinematics
(Update matlab bindings adding inverse-kinematics idyntree#633).cbegin()
/cend()
andbegin()
/end()
methods forVectorDynSize
andVectorFixSize
(Add begin/end member functions for iDynTree vectors idyntree#646).IDYNTREE_USES_OCTAVE
ON
Beta Was this translation helpful? Give feedback.
All reactions