robotology / assistive-rehab

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

Using 3D skeleton to detect hand up #249

Closed vvasco closed 4 years ago

vvasco commented 4 years ago

This PR introduces a new modality to detect if the hand is raised, which relies on the normalized 3D skeleton and applies a threshold on the distance hand - elbow, computed on the z axis (with respect to the start-line). I introduced the flag detect-hand-up in managerTUG:

pattacini commented 4 years ago

CI is currently broken on Ubuntu runners because of https://github.com/dotnet/core/issues/3988.