Table of Contents

Class GuidanceGroundPointingMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

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


public sealed class GuidanceGroundPointingMessage : Message
Inheritance
GuidanceGroundPointingMessage

Fields

Alignment_B

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

[Unit(UnitType.NONE)]
public Vector3 Alignment_B

Field Value

Vector3

Altitude

The altitude of the ground location to point in.

[Unit(UnitType.METRE)]
public double Altitude

Field Value

double

Body

The celestial body that the ground object is on.

[Unit(UnitType.NONE)]
public string Body

Field Value

string

Latitude

The latitude of the ground location to point in.

[Unit(UnitType.DEGREE)]
public double Latitude

Field Value

double

Longitude

The longitude of the ground location to point in.

[Unit(UnitType.DEGREE)]
public double Longitude

Field Value

double