rsio.launcher package

Submodules

rsio.launcher.launcher module

rsio.launcher.launcher.launch(launch_file: Path = PosixPath('launch.xml'))[source]

Launch one or more Python software components using a launch description file.

rsio.launcher.launcher.launch_docker_compose(path: Path = PosixPath('/')) bool[source]

Launch one or more Python software components using a Docker Compose file.

rsio.launcher.launcher.launch_main(main_file: Path = PosixPath('main.py'))[source]

Launch one or more Python software components using a main file.

Module contents