Table of Contents

Class GuidanceInertialPointingMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] The configuration for the INERTIAL pointing software. This will initialise any parameters that are required.


public sealed class GuidanceInertialPointingMessage : Message
Inheritance
GuidanceInertialPointingMessage

Fields

Alignment_B

The alignment matrix to point towards the target frame in the spacecraft's body frame B.

[Unit(UnitType.NONE)]
public Matrix3 Alignment_B

Field Value

Matrix3

Target_B

The target frame in inertial coordinates to align with, in the spacecraft's body frame B.

[Unit(UnitType.NONE)]
public Matrix3 Target_B

Field Value

Matrix3