This PR adds an option called enable_plane_projection in the motionanalyzer to project the step_length and step_width metrics on the planes defined by the skeleton keypoints, such as sagittal and coronal.
The option is set in tug.ini, but it can be enabled by launching the motionAnalyzer with the option --step_0::enable_plane_projection true.
This PR adds an option called
enable_plane_projection
in the motionanalyzer to project thestep_length
andstep_width
metrics on the planes defined by the skeleton keypoints, such as sagittal and coronal.The option is set in
tug.ini
, but it can be enabled by launching the motionAnalyzer with the option--step_0::enable_plane_projection true
.