View source: R/qts-transformations.R
qts2avts | R Documentation |
This function projects a quaternion time series into the space of angular velocities.
qts2avts(x, body_frame = FALSE)
x |
An object of class qts. |
body_frame |
A boolean specifying whether the fixed frame with respect
to which coordinates of the angular velocity should be computed is the body
frame or the global frame. Defaults to |
A time series stored as a tibble::tibble with columns time
, x
,
y
and z
containing the angular velocity at each time point.
qts2avts(vespa64$igp[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.