launcher

Module Contents

Classes

Launcher

Launcher for launching nodes dynamically

Functions

main()

class launcher.Launcher

Launcher for launching nodes dynamically

launch_node_ros_api(self, package, executable)

Launcher of nodes

_launch_with_subprocess(self, repo, launch)

Launch with subprocess

_check_if_detector(self, service_name)

Check if detector. It returns true if it is a detector

_get_service_pkg(self, repo)

Get services

_create_xml_launcher(self, name, repo, package_array, launch_file_array)

Create xml launch file

launch_services(self, repo, launch)

Launch services

launcher.main()