Skip to content

Releases: robotology/idyntree

iDynTree 0.8.0 (2017-09-26)

26 Sep 08:23
Compare
Choose a tag to compare

iDynTree 0.8.0 (2017-09-26)

This is the first version of iDynTree for which a changelog was introduced.

Important Changes

  • The iDynTree::Model class now supports prismatic joints, using the iDynTree::PrismaticJoint class. Support for prismatic joints was added also to the URDF parser ( #269 ).

  • The methods and constructors of the iDynTree::RevoluteJoint and iDynTreee::PrismaticJoint classes handling joints have been cleaned up ( #339 ).

  • Classes and function to convert between chains rappresented by the Denavit Hartnberg convention and iDynTree::Model object have been implemented ( #350 ).

Dependencies

  • The logic to enable/disable dependencies has changed. In particular, now all the dependencies (excluding the legacy dependency on KDL)
    that are found on the system are enabled. Users can still select manually the dependency that they want to compile using
    the IDYNTREE_USES_<dep> variables ( #323 ).
  • IPOPT has been added as an optional dependency for the Inverse Kinematics component.

Bindings

  • The Octave bindings have been migrated to use the exact same mex code used for the Matlab bindings ( #305 ).

Release v0.4.0

10 Mar 08:43
Compare
Choose a tag to compare

Last version before that still compiles the parts dependent on KDL automatically, and without the automatic dependency on IPOPT.