iDynTree 0.10.0 #304
traversaro
started this conversation in
Releases
Replies: 1 comment
-
Many thanks to all the contributors of this iDynTree release: @S-Dafarra @prashanthr05 @francesco-romano @barbalberto @nunoguedelha @hu-yue @pattacini @lucaTagliapietra @jeljaik @diegoferigo ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
iDynTree 0.10.0 was released today and is now available for download at: https://github.com/robotology/idyntree/releases/. This release is a new feature release and introduces several new features since iDynTree 0.8 .
iDynTree 0.10.0 Release Notes
Important Changes
to compile.
Development version (the one contained in the
devel
branch before release will be denoted with apatch version number greater than 100. The next minor release of iDynTree will be 0.11 .
core
iDynTree::Span
class (Add Span class idyntree#434), modeled afterthe C++20's
std::span
( http://en.cppreference.com/w/cpp/container/span ). This class can be used to writemethods and functions that access a contiguous sequence of objects in memory with a known length.
This is extremly useful to make sure that
iDynTree
classes are easy to use regardless of whichvector type the downstream code is using, for example if it is one of
std::vector<double>
,Eigen::VectorXd
oryarp::sig::Vector
.inverse-kinematics
estimation
(Adding Schmitt Trigger based contact state detection for Contact Swit… idyntree#410 , [contact switching] Added setPrimaryFoot method and switch with contact makes idyntree#411 ).
optimalcontrol
( https://github.com/robotology/idyntree/issues/new ) requesting documentation on some specific aspects of the optimal control library.
Beta Was this translation helpful? Give feedback.
All reactions