Skip to content
Merged
Changes from 3 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
13 changes: 11 additions & 2 deletions source/Installation/RHEL-Install-RPMs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,23 @@ Try some examples

If you installed ``ros-{DISTRO}-desktop`` above you can try some examples.

In one terminal, source the setup file and then run a C++ ``talker``\ :
First, if you use `Zenoh` as the RMW implementation (default), you will require a router for node discovery and communication

In one terminal start the Zenoh router daemon

.. code-block:: console

$ source /opt/ros/{DISTRO}/setup.bash
$ ros2 run rmw_zenoh_cpp rmw_zenohd

In another terminal, source the setup file and then run a C++ ``talker``\ :

.. code-block:: console

$ source /opt/ros/{DISTRO}/setup.bash
$ ros2 run demo_nodes_cpp talker

In another terminal source the setup file and then run a Python ``listener``\ :
In a third terminal source the setup file and then run a Python ``listener``\ :

.. code-block:: console

Expand Down
Loading