robotology / human-dynamics-estimation

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

Add joint information to HumanLogger #351

Closed lrapetti closed 1 year ago

lrapetti commented 1 year ago

Currently, the information regarding the selected joints is not contained in the .mat files generated by the HumanLogger.

The description list is in fact an empty cell array: Screenshot 2023-08-31 at 15 13 32

cc @LorenzoFiori

lrapetti commented 1 year ago

Actually, the joint names should be stored here as ElementName:

Screenshot 2023-08-31 at 15 18 10

lrapetti commented 1 year ago

Solved in https://github.com/robotology/human-dynamics-estimation/pull/352