Closed RiccardoGrieco closed 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.
IWearWrapper
IWearRemapper
IWearLogger
The implementation has been tested in the context of https://github.com/ami-iit/element_stretchable-insole/issues/134.
Minor comment, you could update the IWearLoggerExample with logSkinSensors option
IWearLoggerExample
logSkinSensors
Done in 2cf5756.
Thank you @traversaro @lrapetti, proceeding with the merge.
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
andIWearLogger
have been updated accordingly.The implementation has been tested in the context of https://github.com/ami-iit/element_stretchable-insole/issues/134.