Package roslaunch :: Module parent
[frames] | no frames]

Module parent

source code

roslaunch.parent providees the ROSLaunchParent implementation, which represents the main 'parent' roslaunch process.

ROSLaunch has a client/server architecture for running remote processes. When a user runs roslaunch, this creates a "parent" roslaunch process, which is responsible for managing local processes. This parent process will also start "child" processes on remote machines. The parent can then invoke methods on this child process to launch remote processes, and the child can invoke methods on the parent to provide feedback.

Classes
  ROSLaunchParent
ROSLaunchParent represents the main 'parent' roslaunch process.
Variables
  __package__ = 'roslaunch'