Releases: robotology/wearables
Releases · robotology/wearables
v1.10.0
What's Changed
- Allow specifying local ports in IWearRemapper by @S-Dafarra in #211
- Bump version to 1.10.0 by @traversaro in #213
Full Changelog: v1.9.0...v1.10.0
wearables v1.9.0
What's Changed
- Fix compatibility with YARP 3.10 by @traversaro in #206
- Bump matio-cpp in CI to v0.2.4 by @traversaro in #207
- Fix Haptic glove transmission - GloveDevice by @EhsanRanjbari in #204
- Stop using CHANGELOG.md by @S-Dafarra in #209
- Fixed port name check if-statement logic by @EhsanRanjbari in #210
Full Changelog: v1.8.0...v1.9.0
wearables v1.8.0
wearables v1.7.2
Fixed
- Fixed EMG normalization value in IWearWrapper and IWearLogger (#186).
- Fixed IWearLogger termination when
BufferManager
configuration fails (#195).
Changed
- The license of the repo changed to
BSD-3-Clause
(#192).
wearables v1.7.1
wearables v1.7.0
wearables v1.6.0
wearables v1.5.0
Added
- Add python bindings for the
WearablesData
msg. (#162)
Changed
IWearLogger
compilation is enabled by the cmake flagENABLE_Logger
, that is set toON
by default ifrobometry
is found. (#159)ICub
wearable device compilation is enabled by the cmake flagENABLE_ICub
, that is set toON
by default ifiDynTree
is found. (#159)ENABLE_FrameVisualizer
cmake falg is set toON
by default ifiDynTree
is found. (#159)ENABLE_XsensSuit
cmake falg is set toON
by default ifXsensXME
is found. (#159)