Table of Contents

Enum GuidanceControllerType

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] A list of available guidance controller modes, which can define the control system for a spacecraft.


public enum GuidanceControllerType

Fields

Idle = 0

This mode will not perform any control on the spacecraft. It will simply output a null control signal.

MRP = 1

Uses the MRP Feedback module to perform the controller, which is a PID controller based on feedback from effectors.