Table of Contents

Class GuidanceRelativePointingMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

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


public sealed class GuidanceRelativePointingMessage : Message
Inheritance
GuidanceRelativePointingMessage

Fields

Alignment_B

The alignment vector to point the relative frame towards in the body frame B of the spacecraft.

[Unit(UnitType.NONE)]
public Vector3 Alignment_B

Field Value

Vector3

TargetID

The object ID that specifies which object to point towards. This will attempt to find an object with the specified name and will configure the pointing software appropriately. If no spacecraft of that ID is found, it will find the first spacecraft that exists, or otherwise point towards the origin.

[Unit(UnitType.NONE)]
public Guid TargetID

Field Value

Guid