Skip to content

Releases: robotology/idyntree

v13.0.0

17 Sep 22:23
48ffea2
Compare
Choose a tag to compare

What's Changed

  • Pin libcxx to 17 to workaround macos-12 CI failure by @traversaro in #1197
  • Re-enable valgrind tests for IntegrationTestiCubTorqueEstimation by @traversaro in #1196
  • Update Matlab high-level wrappers by @gabrielenava in #1199
  • Fix access to first element of empty vector in estimateLinkContactWrenchesFromLinkNetExternalWrenches by @traversaro in #1198
  • Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows by @dependabot in #1202
  • Added possibility to change only one specific visual by @S-Dafarra in #1203
  • idyntree-model-simplify-shapes: Add the possibility to simplify only collisions or visuals by @GiulioRomualdi in #1195
  • Bump version to 13.0.0 by @traversaro in #1204

New Contributors

Full Changelog: v12.4.0...v13.0.0

v12.4.0

22 Jul 14:31
7362a5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.3.3...v12.4.0

v12.3.3

05 Jul 13:26
07fac3a
Compare
Choose a tag to compare

What's Changed

  • Fix bug that caused iDynTree::ModelParserOptions to be ignored by @traversaro in #1191

Full Changelog: v12.3.2...v12.3.3

v12.3.2

17 Jun 07:52
bf15223
Compare
Choose a tag to compare

What's Changed

  • Force installing NumPy 2.0 in CI/CD when building PyPI wheels and drop Python 3.7 and 3.8 in pip packages by @diegoferigo in #1190

Full Changelog: v12.3.1...v12.3.2

v12.3.1

12 Jun 19:47
afab563
Compare
Choose a tag to compare

What's Changed

  • Fix bug preventing export of iDynTree::Model with non-zero axis offset to URDF and bump version to 12.3.1 by @traversaro in #1188

Full Changelog: v12.3.0...v12.3.1

v12.3.0

20 May 15:35
6ba29bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.2.1...v12.3.0

v12.2.1

30 Apr 14:25
42e779b
Compare
Choose a tag to compare

What's Changed

  • Expose std::unordered_map<std::string, double> to SWIG bindings by @diegoferigo in #1180

Full Changelog: v12.2.0...v12.2.1

v12.2.0

22 Apr 13:07
7036db4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.1.0...v12.2.0

v12.1.0

04 Apr 10:08
5716c88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.0.0...v12.1.0

v12.0.0

25 Mar 12:50
7e029b9
Compare
Choose a tag to compare

Highlights

  • You can use setWorldBaseTransform to set the ${}^W H_B$ part of the state in the iDynTree::KinDynComputations class (#1164).
  • You can use the --frames options in idyntree-model-info to visualize a subset of the frames in the model (#1155, #1163)

What's Changed

Added

  • Add setWorldBaseTransform function to KinDynComputations and high-level Matlab wrappers by @LoreMoretti in #1164
  • Visualize solid shapes and attach frames to model frames by @S-Dafarra in #1163

Fixed

Modified

  • Replace IDYNTREE_COMPILE_TESTS with standard CMake variable BUILD_TESTING by @traversaro in #1167

Full Changelog: v11.0.0...v12.0.0