Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
auterion::AngularRates Struct Reference

Represents angular rates and accelerations in the ENU coordinate system. More...

#include <auterion_sdk/system_state/system_state.hpp>

Public Attributes

Eigen::Vector3f angular_velocity_enu_rad_s
 
Eigen::Vector3f angular_acceleration_enu_rad_s
 

Detailed Description

Represents angular rates and accelerations in the ENU coordinate system.

Member Data Documentation

◆ angular_acceleration_enu_rad_s

Eigen::Vector3f auterion::AngularRates::angular_acceleration_enu_rad_s

Angular acceleration in ENU coordinates [rad/s^2]

◆ angular_velocity_enu_rad_s

Eigen::Vector3f auterion::AngularRates::angular_velocity_enu_rad_s

Angular velocity in ENU coordinates [rad/s]


The documentation for this struct was generated from the following file: