ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I think what you are looking for is the LoadComposableNodes action. As the name implies, it loads composable nodes into an already existing container.

As an example, you can check out the stereo_image_proc launch file, where an optional container name can be provided as a launch arg. If a container name is provided, LoadComposableNodes is used. If no container name is provided, ComposableNodeContainer is used.