Table of Contents

Class NavigationTranslationMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message defining the translational navigation state of an object.


public sealed class NavigationTranslationMessage : Message
Inheritance
NavigationTranslationMessage

Fields

Position_BN_N

Current inertial position vector in inertial frame N components.

[Unit(UnitType.METRE)]
public Vector3 Position_BN_N

Field Value

Vector3

VelocityAccumulation_N

Total accumulated delta-velocity for the vehicle in the inertial frame.

[Unit(UnitType.METRE_PER_SECOND)]
public Vector3 VelocityAccumulation_N

Field Value

Vector3

Velocity_BN_N

Current inertial velocity of the object in inertial frame N components.

[Unit(UnitType.METRE_PER_SECOND)]
public Vector3 Velocity_BN_N

Field Value

Vector3