Skip to content

Latest commit

 

History

History
138 lines (98 loc) · 7.23 KB

CHANGELOG.md

File metadata and controls

138 lines (98 loc) · 7.23 KB

Changelog

This file documents notable changes to this project done before November 2023. For changes after that date, plase refer to the release notes of each release at https://github.com/robotology/wearables/releases.

[1.8.0] - 2023-11-17

Changed

Added

  • CMake: Permit to explictly specify Python installation directory by setting the WEARABLES_PYTHON_INSTALL_DIR CMake variable (robotology/wearables#197).

[1.7.2] - 2023-09-06

Fixed

Changed

[1.7.1] - 2023-02-07

Changed

Fixed

[1.7.0] - 2022-09-28

Changed

Removed

[1.6.0] - 2022-09-21

Changed

Added

[1.5.0] - 2022-09-13

Added

Changed

  • IWearLogger compilation is enabled by the cmake flag ENABLE_Logger, that is set to ON by default if robometry is found. (robotology/wearables#159)
  • ICub wearable device compilation is enabled by the cmake flag ENABLE_ICub, that is set to ON by default if iDynTree is found. (robotology/wearables#159)
  • ENABLE_FrameVisualizer cmake falg is set to ON by default if iDynTree is found. (robotology/wearables#159)
  • ENABLE_XsensSuit cmake falg is set to ON by default if XsensXME is found. (robotology/wearables#159)

[1.4.0] - 2022-05-24

Changed

Added

[1.3.0] - 2022-02-25

Added

Changed

[1.2.2] - 2021-10-28

Removed

Added

[1.2.1] - 2021-04-12

Fixed

  • Fixed linking-related bug in the CMake build system that ignored the LDFLAGS environment variable, breaking the build on some environments (robotology/wearables#110).

[1.2.0] - 2021-01-25

Added

  • Added the major feature of actuators related interfaces that is discussed in issue (robotology/wearables#104). The related PR (robotology/wearables#105) adds the following changes:
    • Implement wearable actuators related interfaces, and update IWear with actuators interfaces
    • Update all the available devices with implementation of wearable actuators interfaces
    • Add wearable actuator command thrift messages
    • Add IWearActuatorsWrapper device which provides yarp port to communicate wearable actuator commands
    • Update Paexo device with one wearable actuator motor implementation, and add a test application

[1.1.1] - 2021-01-18

Added

Changed

[1.1.0] - 2020-11-24

Added

Fixed

Changed

[1.0.0] - 2020-01-28

First release of wearables, compatible with YARP 3.3.