launch.launch_description_sources.any_launch_file_utilities module

Python package utility functions related to loading Frontend Launch Files.

launch.launch_description_sources.any_launch_file_utilities.get_launch_description_from_any_launch_file(launch_file_path: str, *, parser: ~typing.Type[~launch.frontend.parser.Parser] = <class 'launch.frontend.parser.Parser'>) LaunchDescription[source]

Load a given launch file (by path), and return the launch description from it.

Raises: