fixup the demo documentation for the image_pipeline_demo (backport #6041) #6048
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The code for the
image_pipeline_demo(part of theintra_process_demopackage) has been wrong for a long time and the documentation was self-contradicting for some time as well. This pull request, in addition to ros2/demos#755, restores the demo to its intended behavior and cleans up the documentation here about it.I also changed our use of
intra process/interprocessto beintra-process/inter-processeverywhere, as that is more consistent and it is consistent with other sources on this topics, e.g. https://en.wikipedia.org/wiki/Inter-process_communication which usesinter-process, and our own documentation where we useintra-processcommonly.Requires ros2/demos#755
Fixes #2333
Did you use Generative AI?
No.
Additional Information
This replaces another pull request #5988, which was trying to fix this, but didn't realize the demo was actually subtly broken, not the docs.
This is an automatic backport of pull request #6041 done by Mergify.