Parsed per-body-segment 3D transforms for a trial's animation, produced by the SDK's "animation" motion data type.
"animation"
const transforms = await fetchAnimationTransforms(client, activity); Copy
const transforms = await fetchAnimationTransforms(client, activity);
Body segment transforms, keyed by body name (e.g. "pelvis", "femur_r").
"pelvis"
"femur_r"
Frame timestamps in seconds.
Parsed per-body-segment 3D transforms for a trial's animation, produced by the SDK's
"animation"motion data type.Example