Releases: robotology/idyntree
Releases · robotology/idyntree
iDynTree 5.2.1 (2022-05-19)
[5.2.1] - 2022-05-19
- Fixed compatibility with YARP 3.7 (#992).
iDynTree 5.2.0 (2022-05-09)
iDynTree 5.1.0 (2022-02-25)
iDynTree 5.0.1 (2022-02-23)
iDynTree 5.0.0 (2022-02-08)
Added
- Implement the possibility to use FromPython to generate rotation and position in the python SWIG bindings starting from arrays (#959)
iDynTree 4.4.0 (2022-02-08)
iDynTree 4.3.1 (2022-01-10)
iDynTree 4.3.0 (2021-11-22)
[4.3.0] - 2021-11-22
Added
- Added support for exporting joint position limits to URDF for 1-DoF joints (prismatic and revolute).
- Added pybind11 python bindings for adding and reading joint limits.
- Added the
ModelTransformsSolidShapes.h
header in theiDynTree::idyntree-solid-shapes
library. At the moment, this header contains just theiDynTree::approximateSolidShapesWithPrimitiveShape
function, useful to approximate the solid shapes of a given iDynTree::Model to a series of bounding boxes (#941). - Added
idyntree-model-simplify-shapes
command line tool. This tool is useful to take in input a model, and return in output the same model, but with all the geometries of the model approximated with their axis aligned bounding boxes (#933, #941).
Fixed
- In the URDF exporter, export only frames attached to the exported traversal #914.
- Fixed handling of the AMENT_PREFIX_PATH environment variable (#915).
__is_mesh
in theMeshcatVisualizer
now returnsfalse
for non-meshes, and instead was raising an error (#925).
Deprecated
- The option
IDYNTREE_COMPILES_YARP_TOOLS
, that was already deprecated in iDynTree 3, is now set toOFF
by default. It will be removed in iDynTree 5, please use the repo https://github.com/robotology/idyntree-yarp-tools instead (#919).
iDynTree 4.2.0 (2021-07-23)
[4.2.0] - 2021-07-23
- Add the possibility to pass the zmq url to the meshcat visualizer, to simplify its use in Google Colab (#905).