You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[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 the iDynTree::idyntree-solid-shapes library. At the moment, this header contains just the iDynTree::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 the MeshcatVisualizer now returns false 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 to OFF by default. It will be removed in iDynTree 5, please use the repo https://github.com/robotology/idyntree-yarp-tools instead (#919).