robotology / human-dynamics-estimation

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

Human Logger not terminating when directory not created #355

Closed lrapetti closed 10 months ago

lrapetti commented 10 months ago

When the desired logging folder is not found and cannot be created the device does not fails and the risk is to loose a dataset without knowing it.

lrapetti commented 10 months ago

The cause of the issue is the fact that when the BufferManager::configure fails (e.g. here), there is no error returned by the HumanLogger (see here)

lrapetti commented 10 months ago

The cause of the issue is the fact that when the BufferManager::configure fails (e.g. here), there is no error returned by the HumanLogger (see here)

Actually, I just noticed the error should be returned here, indeed I will investigate further.

lrapetti commented 10 months ago

I got confused, the problem was actually related to the IWearLogger, issue opened https://github.com/robotology/wearables/issues/194, we can close this one