Skip to content

Struct inertialsim::examples::FlightData

ClassList > inertialsim > examples > FlightData

NESC flight simulation data. More...

  • #include <nesc.h>

Public Attributes

Type Name
Vector3D angular_rate
EulerAngles attitude
Scalar1D gravitation
Vector3D position
Timestamps time
Vector3D velocity

Detailed Description

Flight simulation data from an NESC atmospheric check case. This is a subset of the original data. Not all check cases contain the same variables and only variables relevant to InertialSim are loaded from the source data.

Data from the NASA Engineering and Safety Center (NESC) simulations. See Reference [19] for more information.

Public Attributes Documentation

variable angular_rate

Vector3D inertialsim::examples::FlightData::angular_rate;

variable attitude

EulerAngles inertialsim::examples::FlightData::attitude;

variable gravitation

Scalar1D inertialsim::examples::FlightData::gravitation;

variable position

Vector3D inertialsim::examples::FlightData::position;

variable time

Timestamps inertialsim::examples::FlightData::time;

variable velocity

Vector3D inertialsim::examples::FlightData::velocity;


The documentation for this class was generated from the following file cpp/include/inertialsim/examples/nesc.h