robotology / human-dynamics-estimation

Software repository for estimating human dynamics
BSD 3-Clause "New" or "Revised" License
81 stars 28 forks source link

Fix remapper plus logger termination #404

Open lrapetti opened 3 years ago

lrapetti commented 3 years ago

We have observed that launching an application with the IWearRemapper plus the IWearLogger, we were not able to terminate it correctly. In particular, we observed that the logger was able to finish the close() and reach the end of the destructor (so it seems to be closing fine), but the remapper didn't close.

Probably the problem is not at all related to the logger and can happen even in different situation with the remapper, but this should be verified.

cc @kouroshD @prashanthr05 @Yeshasvitvs

yeshasvitirupachuri commented 3 years ago

@lrapetti if you can, please add the termination log details. Thanks.

lrapetti commented 2 years ago

I think this problem was fixed, do you remember something @prashanthr05 ?

prashanthr05 commented 2 years ago

@lrapetti I remember you telling me that you had verified that the termination problem was not related to logger. At that time, you were continuing to verify the remapper.

lrapetti commented 2 years ago

@lrapetti I remember you telling me that you had verified that the termination problem was not related to logger. At that time, you were continuing to verify the remapper.

Yes, actually now I remember that the logger was saving the data so it was basically reaching the termination phase. I will try to investigate again and add more information here.