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

If you know the container name, then you can use that name as the target_container:

...
additional_node = LoadComposableNodes(
    composable_node_descriptions=[ComposableNode(
        name='additional_node',
        package='additional_package',
        plugin='additional_node')],
   target_container='base_container_node_name')

...