Skip to content
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 containers. #4902

Open
wants to merge 3 commits into
base: rolling
Choose a base branch
from

Conversation

fujitatomoya
Copy link
Collaborator

closes #4901

@fujitatomoya
Copy link
Collaborator Author

@christophebedard @clalancette can you take a look? thanks in advance.

Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
@fujitatomoya fujitatomoya force-pushed the fujitatomoya/add-component-container branch from 94bf175 to 965d922 Compare December 13, 2024 23:47
@fujitatomoya fujitatomoya requested review from christophebedard and clalancette and removed request for clalancette December 13, 2024 23:47
Copy link

github-actions bot commented Dec 13, 2024

HTML artifacts: https://github.com/ros2/ros2_documentation/actions/runs/12440041148/artifacts/2350767133.

To view the resulting site:

  1. Click on the above link to download the artifacts archive
  2. Extract it
  3. Open html-artifacts-4902/index.html in your favorite browser

Copy link
Collaborator Author

@fujitatomoya fujitatomoya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can follow up once ros2/rclcpp#2541 is merged.

source/Concepts/Intermediate/About-Composition.rst Outdated Show resolved Hide resolved
source/Concepts/Intermediate/About-Composition.rst Outdated Show resolved Hide resolved
source/Concepts/Intermediate/About-Composition.rst Outdated Show resolved Hide resolved
source/Concepts/Intermediate/About-Composition.rst Outdated Show resolved Hide resolved
source/Concepts/Intermediate/About-Composition.rst Outdated Show resolved Hide resolved
source/Concepts/Intermediate/About-Composition.rst Outdated Show resolved Hide resolved
source/Concepts/Intermediate/About-Composition.rst Outdated Show resolved Hide resolved
source/Concepts/Intermediate/About-Composition.rst Outdated Show resolved Hide resolved
source/Tutorials/Intermediate/Composition.rst Outdated Show resolved Hide resolved
source/Tutorials/Intermediate/Composition.rst Show resolved Hide resolved
source/Tutorials/Intermediate/Composition.rst Show resolved Hide resolved
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
Co-authored-by: Christophe Bedard <bedard.christophe@gmail.com>
@fujitatomoya fujitatomoya force-pushed the fujitatomoya/add-component-container branch from 2839672 to f3aad80 Compare December 19, 2024 02:24
@fujitatomoya
Copy link
Collaborator Author

@christophebedard thanks for doing review on this, most of your comments are addressed by f3aad80

just fyi, since i borrowed most of your suggestions, that put you as Co-Author.

Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
@fujitatomoya
Copy link
Collaborator Author

@christophebedard thanks for checking on this, all comments are addressed. requesting review once again.

* Component container that uses a dedicated executor for each component: either ``SingleThreadedExecutor`` (default) or ``MultiThreadedExecutor``.

For more information about the types of executors, see the :ref:`TypesOfExecutors`.
For more information about the option of each component container, see :ref:`ComponentContainerTypes` in the composition tutorial.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For more information about the option of each component container, see :ref:`ComponentContainerTypes` in the composition tutorial.
For more information about the options of each component container, see :ref:`ComponentContainerTypes` in the composition tutorial.

My bad, sorry!

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.

add explanation about component container types and options
2 participants