Releases: gbionics/human-dynamics-estimation
Releases · gbionics/human-dynamics-estimation
v4.2.2
What's Changed
- Refresh CI and general cleanup by @traversaro in #424
- Fix compatibility with Eigen3 5.0.0 by @traversaro in #426
Full Changelog: v4.2.1...v4.2.2
v4.2.1
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
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
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
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
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
Release Highlights
- This release changed the internal ALIAS of
WearableDataandWearableActuatorstarget toWearableData::WearableDataandWearableActuators::WearableActuatorsfor consistency with the namespace used during the install. If you have been usingwearablesviaFetchContent/add_subdirectory, please change all your instances ofWearable::WearableDatatoWearableData::WearableDataand of ofWearable::WearableActuatorstoWearableActuators::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
Release Highlights
- The Python options
WEARABLES_COMPILE_PYTHON_BINDINGS,WEARABLES_DETECT_ACTIVE_PYTHON_SITEPACKAGES,WEARABLES_PYTHON_INSTALL_DIR,WEARABLES_PYTHON_PIP_METADATA_INSTALLandWEARABLES_PYTHON_PIP_METADATA_INSTALLERare not used, and insteadHDE_COMPILE_PYTHON_BINDINGS,HDE_DETECT_ACTIVE_PYTHON_SITEPACKAGES,HDE_PYTHON_INSTALL_DIR,HDE_PYTHON_PIP_METADATA_INSTALLandHDE_PYTHON_PIP_METADATA_INSTALLERare used also to enable/disable the installation of thewearablespython package - All the
.xmlyarpmanager 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/HumanDynamicsEstimationneeds to be added toYARP_DATA_DIRS. - This release changed the internal ALIAS of
IWeartarget toIWear::IWearfor consistency with the namespace used during the install. If you have been usingwearablesviaFetchContent/add_subdirectory, please change all your instances ofWearable::IWeartoIWear::IWear.
What's Changed
- Merge wearables repo in human-dynamics-estimation by @traversaro in #395
- Fix malformed pip's METADATA file on Windows by @traversaro in #397
Full Changelog: v3.1.1...v4.0.0
v3.1.1
v3.1.0
What's Changed
- Fix compatibility with YARP 3.10 by @traversaro in #382
- Update of configuration files by @S-Dafarra in #383
- Stream and visualize human effort data in HumanStateVisualizer by @dariosortino in #385
- Bump matio-cpp in CI to v0.2.4 by @traversaro in #387
- Fix human model being stuck in case of bad calibration by @dariosortino in #388
- Enable again macos and windows CI by @traversaro in #389
- Fixed use of wrappers in ergoCub files not using iFeel by @S-Dafarra in #390
- add camera tilt to robot states provider by @mebbaid in #391
- Stop using the CHANGELOG.md file by @S-Dafarra in #392
- Add Python bindings for human state-related data structures by @carloscp3009 in #379
New Contributors
- @mebbaid made their first contribution in #391
- @carloscp3009 made their first contribution in #379
Full Changelog: v3.0.0...v3.1.0