iDynTree 0.8.1 (2017-09-26)
iDynTree 0.8.1 (2017-09-29)
Bug Fixes
-
The
toEigen(const SpatialMotionVector & vec)
andtoEigen(const SpatialForceVector & vec)
inline helpers functions in theiDynTree/Core/EigenHelpers.h
have been modified to return aconst
copy of their content.
While this is technically an API change, it was critical because most of the othertoEigen
methods return anEigen::Map
object, and users
expect to be able to useEigen
modifiers methods such astoEigen(...).setZero()
. Enforcing a compilation error in this case will help to prevent subtle bugs.
As this is aninline
function, this modification does not affectiDynTree
'sABI
( #378 ) . -
The CMake configuration files of the release
0.8.0
were generated with the wrong version0.7.2
.