Declared in SpacecraftOperationComputer
Declaration
void GuidanceStart(
GuidanceNavigationType navigationType,
GuidancePointingType pointingType,
GuidanceControllerType controllerType,
GuidanceMappingType mappingType
);
Description
Sets the guidance mode for the spacecraft operation computer. This includes the navigation type, pointing type, controller type, and mapping type. This will not switch the primary state to guidance mode, but will set the modes for the guidance state when it is active.
Parameters
Name | Description |
---|---|
navigationType | The navigation mode of the guidance |
pointingType | The pointing mode for the guidance |
controllerType | The controller mode for the guidance |
mappingType | The mapping mode for the guidance |