Skip to contents

Task schema for throwing motion analysis (baseball, softball, etc.).

Usage

schema_throw

Format

A TaskSchema object with throwing-specific events and phases.

References

Winter DA (2009). "Biomechanics and Motor Control of Human Movement." 4th ed. Wiley.

Examples

print(schema_throw)
#> TaskSchema: Throwing Motion 
#>   Type: throw 
#>   Normalization: landmark 
#>   Normalized length: 101 
#>   Events: 7 
#>      Wind-up Start -> Lead Leg Max Height -> Stride Foot Contact -> Max External Rotation -> Ball Release -> Max Internal Rotation -> Follow Through End 
#>   Phases: 6 
#>      Wind-up, Stride, Arm Cocking, Arm Acceleration, Arm Deceleration, Follow Through 
#>   Metrics: 10 
#>      ball_velocity, shoulder_er_velocity, shoulder_ir_velocity, elbow_extension_velocity, trunk_rotation_velocity , ...