import_captury_csv: Import csv files exported by the Captury Live system version...

View source: R/import_functions.R

import_captury_csvR Documentation

Import csv files exported by the Captury Live system version 0.0.168 or later

Description

import_captury_csv takes the filepath and filename of a .csv file containg motion capture data captured and exported using the CapturyLive motion capture system. The .csv file is then imported and cleaned and returned as a tibble. All joint angles and global joint center positions are in abreviated names (e.g. left knee flexion = LKF, global Y coordinate of the right hip joint is RHY).
Please see the GitHub README.me for a more detailed description.

Usage

import_captury_csv(filename, frames_pr_second = 50)

Arguments

filename

Path and filename of a .csv file containg motion capture data from the Captury system

frames_pr_second

Recorded frames pr. second used in the setup when capuring the data. Defaults to 50.

Value

A tibble containg joint angles and global joint center positions of the: toes, ankles, knees, hips, center of gravity, shoulders, elbows, and wrists.

Examples

path <- system.file("examples", "SBJ_new_version.csv", package = "mocapr")
import_captury_csv(path)

steenharsted/mocapr documentation built on Feb. 1, 2024, 1:49 p.m.