Skip to content

Add arguments to configure number of threads#1693

Closed
wep21 wants to merge 6 commits intoros2:masterfrom
wep21:feature/configurable_thread_num_for_container_mt
Closed

Add arguments to configure number of threads#1693
wep21 wants to merge 6 commits intoros2:masterfrom
wep21:feature/configurable_thread_num_for_container_mt

Conversation

@wep21
Copy link
Copy Markdown
Contributor

@wep21 wep21 commented Jun 13, 2021

This PR enables to configure number of threads in component_container_mt as below.

    container = ComposableNodeContainer(
            name='my_container',
            namespace='',
            package='rclcpp_components',
            executable='component_container_mt',
            composable_node_descriptions=[component],
            output='screen',
            arguments=['-t', '5'],
    )

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants