Skip to content

Releases: robotology/wearables

v1.10.0

26 Sep 08:58
f020c8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

wearables v1.9.0

30 Jul 08:45
2e9199d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.9.0

wearables v1.8.0

17 Nov 14:04
Compare
Choose a tag to compare

Changed

  • Update iframetransform_to_iwear.xml to use new TF device (#202)

Added

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

wearables v1.7.2

07 Sep 13:21
Compare
Choose a tag to compare

Fixed

  • Fixed EMG normalization value in IWearWrapper and IWearLogger (#186).
  • Fixed IWearLogger termination when BufferManager configuration fails (#195).

Changed

wearables v1.7.1

07 Feb 13:56
a3a2086
Compare
Choose a tag to compare

Changed

  • Use std::mutex instead of std::recursive_mutex in IWearRemapper (#174).

Fixed

  • Fixed management of the period parameter in HapticGlove device (#173).

wearables v1.7.0

29 Sep 07:16
1b295b4
Compare
Choose a tag to compare

Changed

  • The IWearRemapper can be attached also to IWear interfaces (#170)

Removed

  • Remove unused definition in actuators thrift messages(#171).

wearables v1.6.0

21 Sep 16:43
Compare
Choose a tag to compare

Changed

  • The minimum required version of CMake is now 3.16 (#165).

Added

  • Add installation of WearableData thrift messages. (#166).

wearables v1.5.0

14 Sep 07:57
Compare
Choose a tag to compare

Added

  • Add python bindings for the WearablesData msg. (#162)

Changed

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

wearables v1.4.0

30 May 15:02
a0fba77
Compare
Choose a tag to compare

Changed

  • Fix deprecated YARP functions in YarpUtilities component (#152)
  • Ported iWearLogger to the usage of robometry (new name of YARP_telemetry, #155)

Added

  • Added the possibility to change the carrier for IWearRemapper connection. (#147)

wearables v1.3.0

25 Feb 16:23
Compare
Choose a tag to compare

Added

  • Added management of ISkinSensor. (#139)

Changed

  • Changed forceStrict to false when writing on ports. (#137)
  • Disabled build of XsensSuit device by default. (#141)