Skip to content

Releases: gbionics/human-dynamics-estimation

v4.2.2

10 Oct 08:53

Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2

v4.2.1

01 Mar 13:44

Choose a tag to compare

What's Changed

  • Add missing include of chrono where std::chrono is used by @traversaro in #423

Full Changelog: v4.2.0...v4.2.1

v4.2.0

20 Feb 21:53

Choose a tag to compare

What's Changed

  • Set the calibrationMeasurementToLink matrix to the initial when resetAll is called by @davidegorbani in #421
  • Fix compatibility with YARP 3.11 and bump version to 4.2.0 by @traversaro in #422

Full Changelog: v4.1.0...v4.2.0

v4.1.0

30 Nov 16:30
ba04b43

Choose a tag to compare

What's Changed

  • Stop using macos-12 in GitHub Actions CI by @traversaro in #419
  • Deprecate ROS 1-based software and add HUMANSTATEPROVIDER_ENABLE_ROS1VISUALIZER option to disable compilation of it by @traversaro in #420
  • Added conf file for IK using 5 trackers by @S-Dafarra in #394

Full Changelog: v4.0.3...v4.1.0

v4.0.3

30 Sep 07:52
4901096

Choose a tag to compare

What's Changed

  • Default to shared libraries also on Windows, fix installation of shared libraries on Windows and bump minimum required version of CMake to 3.16 by @traversaro in #418

Full Changelog: v4.0.2...v4.0.3

v4.0.2

26 Sep 13:57
82b84f4

Choose a tag to compare

What's Changed

  • Check that all required CMake packages and targets are installed by @traversaro in #417

Full Changelog: v4.0.1...v4.0.2

v4.0.1

26 Sep 08:27
48da4a1

Choose a tag to compare

Release Highlights

  • This release changed the internal ALIAS of WearableData and WearableActuators target to WearableData::WearableData and WearableActuators::WearableActuators for consistency with the namespace used during the install. If you have been using wearables via FetchContent/add_subdirectory, please change all your instances of Wearable::WearableData to WearableData::WearableData and of of Wearable::WearableActuators to WearableActuators::WearableActuators.

What's Changed

  • Fix Python bindings installation and support building bindings as standalone projects by @traversaro in #398

Full Changelog: v4.0.0...v4.0.1

v4.0.0

25 Sep 10:45

Choose a tag to compare

Release Highlights

  • The Python options WEARABLES_COMPILE_PYTHON_BINDINGS, WEARABLES_DETECT_ACTIVE_PYTHON_SITEPACKAGES, WEARABLES_PYTHON_INSTALL_DIR, WEARABLES_PYTHON_PIP_METADATA_INSTALL and WEARABLES_PYTHON_PIP_METADATA_INSTALLER are not used, and instead HDE_COMPILE_PYTHON_BINDINGS, HDE_DETECT_ACTIVE_PYTHON_SITEPACKAGES, HDE_PYTHON_INSTALL_DIR, HDE_PYTHON_PIP_METADATA_INSTALL and HDE_PYTHON_PIP_METADATA_INSTALLER are used also to enable/disable the installation of the wearables python package
  • All the .xml yarpmanager files are installed in $CMAKE_INSTALL_PREFIX/share/HumanDynamicsEstimation, also the one that before were installed in $CMAKE_INSTALL_PREFIX/share/wearables, so that only $CMAKE_INSTALL_PREFIX/share/HumanDynamicsEstimation needs to be added to YARP_DATA_DIRS.
  • This release changed the internal ALIAS of IWear target to IWear::IWear for consistency with the namespace used during the install. If you have been using wearables via FetchContent/add_subdirectory, please change all your instances of Wearable::IWear to IWear::IWear.

What's Changed

Full Changelog: v3.1.1...v4.0.0

v3.1.1

18 Sep 15:26
8a4ee6b

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

06 Sep 13:24
d78593a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0