-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add explanation about component container types and options #4901
Comments
@clalancette @christophebedard @ahcorde what do you think? |
it should absolutely be documented, but maybe in a tutorial rather than a concepts article? I think this is the only composition tutorial: https://docs.ros.org/en/rolling/Tutorials/Intermediate/Composition.html |
Yeah, agreed. The general explanation about the component container can go into the Concepts, but then I think we should expand the tutorial instead. |
The first bullet point in this section of the composition concepts article does mention "generic container process" and links to In the tutorial, |
found on ros2/rclcpp#2541 (comment), it is really hard for user to know the component container options.
we could add the following to the documentation, https://docs.ros.org/en/rolling/Concepts/Intermediate/About-Composition.html
component_container
,component_container_mt
with parameterthread_num
, andcomponent_container_isolated
with--use_multi_threaded_executor
option.The text was updated successfully, but these errors were encountered: