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
Altitude
The altitude of the ground location to point in.
[Unit(UnitType.METRE)]
public double Altitude
Field Value
Body
The celestial body that the ground object is on.
[Unit(UnitType.NONE)]
public string Body
Field Value
Latitude
The latitude of the ground location to point in.
[Unit(UnitType.DEGREE)]
public double Latitude
Field Value
Longitude
The longitude of the ground location to point in.
[Unit(UnitType.DEGREE)]
public double Longitude