Skip to content

Commit

Permalink
Change installation folder names to jazzy
Browse files Browse the repository at this point in the history
Signed-off-by: Lucia Echevarria <[email protected]>
  • Loading branch information
LuciaEchevarria99 committed Nov 4, 2024
1 parent e9763ca commit 5d05e59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/rst/installation/linux_binary_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ In one terminal, source the setup file and then run a C++ ``talker``:

.. code-block:: bash
. ~/vulcanexus_iron/install/local_setup.bash
. ~/vulcanexus_jazzy/install/local_setup.bash
ros2 run demo_nodes_cpp talker
In another terminal source the setup file and then run a Python ``listener``:

.. code-block:: bash
. ~/vulcanexus_iron/install/local_setup.bash
. ~/vulcanexus_jazzy/install/local_setup.bash
ros2 run demo_nodes_py listener
At this point, the ``talker`` should prompt ``Publishing: Hello World: <id>`` messages while the ``listener`` echoes ``I heard: [Hello World: <id>]``.
Expand Down
8 changes: 4 additions & 4 deletions docs/rst/installation/linux_source_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ This scripts can be made accessible to the session adding the ``scripts`` folder

.. code-block:: bash
export PATH=~/vulcanexus_iron/src/eProsima/Fast-DDS-Gen/scripts:$PATH
export PATH=~/vulcanexus_jazzy/src/eProsima/Fast-DDS-Gen/scripts:$PATH
Build workspace
^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -155,7 +155,7 @@ In order to use the Vulcanexus installation, the environment must be set up sour

.. code-block:: bash
source ~/vulcanexus_iron/install/setup.bash
source ~/vulcanexus_jazzy/install/setup.bash
Try some examples
-----------------
Expand All @@ -164,14 +164,14 @@ In one terminal, source the setup file and then run a C++ ``talker``:

.. code-block:: bash
. ~/vulcanexus_iron/install/local_setup.bash
. ~/vulcanexus_jazzy/install/local_setup.bash
ros2 run demo_nodes_cpp talker
In another terminal source the setup file and then run a Python ``listener``:

.. code-block:: bash
. ~/vulcanexus_iron/install/local_setup.bash
. ~/vulcanexus_jazzy/install/local_setup.bash
ros2 run demo_nodes_py listener
At this point, the ``talker`` should prompt ``Publishing: Hello World: <id>`` messages while the ``listener`` echoes ``I heard: [Hello World: <id>]``.
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/notes/jazzy/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ This version ships the following packages:
- `v4.0.0 <https://github.com/eProsima/rosidl_dynamic_typesupport_fastrtps/releases/tag/v4.0.0>`__
- v4.0.0
* - Vulcanexus Base
- `v4.0.0 <https://docs.vulcanexus.org/en/latest/rst/notes/iron/notes.html#iron-imagination-v4-0-0>`__
- `v4.0.0 <https://docs.vulcanexus.org/en/latest/rst/notes/jazzy/notes.html#jazzy-imagination-v4-0-0>`__
- v4.0.0

0 comments on commit 5d05e59

Please sign in to comment.