qts2rpyts: QTS Transformation to Roll-Pitch-Yaw Time Series

View source: R/qts-transformations.R

qts2rpytsR Documentation

QTS Transformation to Roll-Pitch-Yaw Time Series

Description

This function converts a quaternion time series into its roll-pitch-yaw angles representation.

Usage

qts2rpyts(x)

Arguments

x

An object of class qts.

Value

A time series stored as a tibble::tibble with columns time, roll, pitch and yaw containing the roll, pitch and yaw angles representation of the input quaternions.

Examples

qts2rpyts(vespa64$igp[[1]])

squat documentation built on June 8, 2025, 11:30 a.m.