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

Remove an unnecessary note about Iron Irwini. (backport #4203) #4204

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,6 @@ Now we are able to see the service communication between ``introspection_client`
response: [{sum: 5}]
---

.. note::

This feature is available on ``Iron Irwini`` or later.

Summary
-------

Expand Down
4 changes: 0 additions & 4 deletions source/Tutorials/Demos/Service-Introspection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ It is possible to introspect service data communication with service introspecti

In this demo, we'll be highlighting how to configure service introspection state for a service client and a server and monitor service communication with ``ros2 service echo``.

.. note::

This feature is available on ``Iron Irwini`` or later.

Installing the demo
-------------------

Expand Down
Loading