reba_calculator module
TODO add technical docs about REBA calculator
REBA_calculator
used to have 2 systems seprated by folders:
- Pose to Degree
- Degree to REBA
I choose to merge the 2 classes into one python file for each body parts So my folder structure is this:
βββ πreba_calculator
βββ πbody_parts
βββ __init__.py
βββ leg_reba.py
βββ lower_arm_reba.py
βββ neck_reba.py
βββ trunk_reba.py
βββ upper_arm_reba.py
βββ wrist_reba.py
βββ __init__.py
βββ audit.md
βββ docs.md
βββ image.png
βββ info.md
βββ REBA_calculator.py
βββ reba_score_tables.py
the body_part.py contains all the core logic for the REBA calculation from the poses.
While the REBA_calculator contains the "glue" code to connect with the main MoCap module via internal APIs
For development timelines and feature tracking, please refer to the global project roadmap.