Skip to contents

Create in real time animated movements of an inertial measurement unit in shiny

Usage

imu_object(data = c(1, 0, 0, 0), width = NULL, height = NULL, elementId = NULL)

Arguments

data

A vector of numeric 4-vectors each of which a unit quaternion (w,x,y,z)

width, height

width and height of imu_object htmlwidget specified in any valid CSS size unit

elementId

string id as a valid CSS element id.