robotology / wearables

Code moved to https://github.com/robotology/human-dynamics-estimation
https://github.com/robotology/human-dynamics-estimation
BSD 3-Clause "New" or "Revised" License
19 stars 11 forks source link

Add ISkinSensor management #139

Closed RiccardoGrieco closed 2 years ago

RiccardoGrieco commented 2 years ago

Opening this PR to add the management of ISkinSensors.

The definition of the message has been updated to hold a vector of double representing the pressure data exerted on the skin taxels.

IWearWrapper, IWearRemapper and IWearLogger have been updated accordingly.

The implementation has been tested in the context of https://github.com/ami-iit/element_stretchable-insole/issues/134.

RiccardoGrieco commented 2 years ago

Minor comment, you could update the IWearLoggerExample with logSkinSensors option

Done in 2cf5756.

Thank you @traversaro @lrapetti, proceeding with the merge.