Releases: robotology/idyntree
Releases · robotology/idyntree
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).
iDynTree 4.1.0 (2021-07-22)
iDynTree 4.0.0 (2021-07-16)
[4.0.0] - 2021-07-16
Added
- Add the visualization of labels in the visualizer (#879)
Removed
- Remove headers
iDynTree/Core/AngularForceVector3.h
,iDynTree/Core/AngularMotionVector3.h
,include/iDynTree/Core/ForceVector3.h
,iDynTree/Core/LinearForceVector3.h
,include/iDynTree/Core/LinearMotionVector3.h
,include/iDynTree/Core/MotionVector3.h
. They were deprecated in iDynTree 2.0 (#708, #885). - The method
ModelVisualization::getWorldModelTransform()
was removed, it was deprecated in iDynTree 3.0.1 .
iDynTree 3.3.1 (2021-07-16)
[3.3.1] - 2021-07-16
Fixed
- Fixed the possibility of installing the bindings of iDynTree (
bindings
directory) on their own, against an already compiled system iDynTree (#896).