Skip to content

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.