iDynTree 0.8.0 and 0.8.1 Released #253
Replies: 1 comment
-
Small addenda: for a couple of nasty bugs, we also released iDynTree v0.8.1 today, see https://github.com/robotology/idyntree/releases/tag/v0.8.1 . iDynTree 0.8.1 (2017-09-29)Bug Fixes
|
Beta Was this translation helpful? Give feedback.
-
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 ( Prismatic joint idyntree#269 ).
The methods and constructors of the iDynTree::RevoluteJoint and iDynTreee::PrismaticJoint classes handling joints have been cleaned up ( Fix getAxis implementation in Revolute and Prismatic Joint and documentation cleanup idyntree#339 ).
Classes and function to convert between chains rappresented by the Denavit Hartnberg convention and iDynTree::Model object have been implemented ( Implementation of DH <--> Model conversions without KDL idyntree#350 ).
Dependencies
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 ( Refactor how dependencies are handled idyntree#323 ).Bindings
Beta Was this translation helpful? Give feedback.
All reactions