-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fixup the demo documentation for the image_pipeline_demo #6041
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
Conversation
Signed-off-by: William Woodall <[email protected]>
Signed-off-by: William Woodall <[email protected]>
Signed-off-by: William Woodall <[email protected]>
|
HTML artifacts: https://github.com/ros2/ros2_documentation/actions/runs/19583728875/artifacts/4645201152. To view the resulting site:
|
Signed-off-by: William Woodall <[email protected]>
Signed-off-by: William Woodall <[email protected]>
fujitatomoya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
now we can see more turtles and ROS history clearly in the screenshot 😄 love it 👍
mini-1235
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this!
Signed-off-by: William Woodall <[email protected]> (cherry picked from commit 3e4ac5c)
Signed-off-by: William Woodall <[email protected]> (cherry picked from commit 3e4ac5c)
Signed-off-by: William Woodall <[email protected]> (cherry picked from commit 3e4ac5c)
(cherry picked from commit 3e4ac5c) Signed-off-by: William Woodall <[email protected]> Co-authored-by: William Woodall <[email protected]>
(cherry picked from commit 3e4ac5c) Signed-off-by: William Woodall <[email protected]> Co-authored-by: William Woodall <[email protected]>
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.