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.
[3.1.0] - 2020-04-23
Added
Add the possibility to use MatrixView and Span as input/output objects for InverseKinematics class (#822).
Add the possibility to get frame trasform from the visualizer, and to use frame/link name in place of indices (#849).
Add IDYNTREE_DETECT_ACTIVE_PYTHON_SITEPACKAGES CMake option (default value: OFF) to detect and install in the active site-package directory the Python bindings (#852).
Add inverseDynamicsWithInternalJointForceTorques method to KinDynComputations, this method permits to compute the inverse dynamics, but providing as an output the internal joint 6D force/torque for each joint (#857).
Changed
The wheels uploaded to PyPI are now manylinux_2_24 compliant (#844)
Fixed
Dynamics: In RNEA Dynamic Loop, return zero for wrench corresponding to non-existing parent joint of base link (#857).