ADCS.controller.helpers.optional_dependencies module¶
- ADCS.controller.helpers.optional_dependencies.ModuleType¶
alias of
ModuleType
- ADCS.controller.helpers.optional_dependencies.get_trajectory_planner_modules()[source]¶
- Return type:
Tuple[ModuleType, ModuleType]
- ADCS.controller.helpers.optional_dependencies.import_module(name, package=None)[source]¶
Import a module.
The ‘package’ argument is required when performing a relative import. It specifies the package to use as the anchor point from which to resolve the relative import to an absolute import.
- ADCS.controller.helpers.optional_dependencies.trajectory_planner_available()[source]¶
- Return type:
bool