Interface: AircraftInertialEvents
An interface that describes the possible aircraft inertial motion events.
Properties
acceleration_body_x
• acceleration_body_x: number
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.
Defined in
src/sdk/instruments/AircraftInertialPublisher.ts:16
acceleration_body_y
• acceleration_body_y: number
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.
Defined in
src/sdk/instruments/AircraftInertialPublisher.ts:22
acceleration_body_z
• acceleration_body_z: number
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.
Defined in
src/sdk/instruments/AircraftInertialPublisher.ts:28
rotation_velocity_body_x
• rotation_velocity_body_x: number
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.
Defined in
src/sdk/instruments/AircraftInertialPublisher.ts:34
rotation_velocity_body_y
• rotation_velocity_body_y: number
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.
Defined in
src/sdk/instruments/AircraftInertialPublisher.ts:40
rotation_velocity_body_z
• rotation_velocity_body_z: number
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.
Defined in
src/sdk/instruments/AircraftInertialPublisher.ts:46