The goal of tidymocap
is to tidy data from various motion capture sources. Additionally, augment the poses by calculating kinematics and (some) kinetics.
You can install the development version of tidymocap
like so:
install_github("roaldarbol/tidymocap")
This is a basic example which shows you how to solve a common problem:
library(tidymocap)
data_raw <- tidymocap::anipose_raw
data_tidy <- tidymocap::tidy_anipose(data_raw)
data_augmented <- tidymocap::augment_poses(data_tidy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.