robotology / assistive-rehab

Assistive and Rehabilitative Robotics
https://robotology.github.io/assistive-rehab/doc/mkdocs/site
BSD 3-Clause "New" or "Revised" License
20 stars 11 forks source link

Use euclidean distance to estimate step distance #323

Closed mfussi66 closed 2 years ago

mfussi66 commented 2 years ago

This PR changes the evaluation of the step distance in the TUG demo to a simple computation of the euclidean distance between the ankles, instead of relying on the projection on the skeleton planes. This is because the projection can be considered reliable only with very accurate keypoints pose estimation. The distance is instead more robust