Skip to main content

Interface: AircraftInertialEvents

Defined in: src/sdk/instruments/AircraftInertialPublisher.ts:11

An interface that describes the possible aircraft inertial motion events.

Properties

acceleration_body_x

acceleration_body_x: number

Defined in: src/sdk/instruments/AircraftInertialPublisher.ts:16

The airplane's linear acceleration, in meters per second per second, along the airplane's lateral (left-right) axis. Positive values indicate acceleration toward the right of the airplane.


acceleration_body_y

acceleration_body_y: number

Defined in: src/sdk/instruments/AircraftInertialPublisher.ts:22

The airplane's linear acceleration, in meters per second per second, along the airplane's vertical (bottom-top) axis. Positive values indicate acceleration toward the top of the airplane.


acceleration_body_z

acceleration_body_z: number

Defined in: src/sdk/instruments/AircraftInertialPublisher.ts:28

The airplane's linear acceleration, in meters per second per second, along the airplane's longitudinal (rear-front) axis. Positive values indicate acceleration toward the front of the airplane.


load_factor

load_factor: number

Defined in: src/sdk/instruments/AircraftInertialPublisher.ts:49

The airplane's load factor.


load_factor_rate

load_factor_rate: number

Defined in: src/sdk/instruments/AircraftInertialPublisher.ts:52

The rate of change of the airplane's load factor per second.


rotation_velocity_body_x

rotation_velocity_body_x: number

Defined in: src/sdk/instruments/AircraftInertialPublisher.ts:34

The airplane's rotational velocity, in degrees per second, about its lateral (left-right) axis (i.e. the rate of change of its pitch angle). Positive values indicate the airplane is pitching down.


rotation_velocity_body_y

rotation_velocity_body_y: number

Defined in: src/sdk/instruments/AircraftInertialPublisher.ts:40

The airplane's rotational velocity, in degrees per second, about its vertical (bottom-top) axis (i.e. the rate of change of its yaw angle). Positive values indicate the airplane is yawing to the right.


rotation_velocity_body_z

rotation_velocity_body_z: number

Defined in: src/sdk/instruments/AircraftInertialPublisher.ts:46

The airplane's rotational velocity, in degrees per second, about its longitudinal (rear-front) axis (i.e. the rate of change of its roll/bank angle). Positive values indicate the airplane is rolling to the left.