reorient {squat} | R Documentation |
QTS Reorientation
Description
This function reorients the quaternions in a QTS for representing attitude with respect to the orientation of the sensor at the first time point.
Usage
reorient(x, disable_normalization = FALSE)
## S3 method for class 'qts'
reorient(x, disable_normalization = FALSE)
## S3 method for class 'qts_sample'
reorient(x, disable_normalization = FALSE)
Arguments
x |
An object of class qts or qts_sample. |
disable_normalization |
A boolean specifying whether quaternion
normalization should be disabled. Defaults to |
Value
An object of the same class as the input argument x
in which
quaternions measure attitude with respect to the orientation of the sensor
at the first time point.
Examples
reorient(vespa64$igp[[1]])
reorient(vespa64$igp)
[Package squat version 0.3.0 Index]