Skip to content

Commit dc8c510

Browse files
committed
implemented suggestions from review, added note regarding different shells
Signed-off-by: jncfa <[email protected]>
1 parent 7364bc3 commit dc8c510

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

source/Installation/RMW-Implementations/DDS-Implementations/Working-with-RTI-Connext-DDS.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,23 @@ Then, install necessary packages for RTI Connext DDS.
8686
$ rosdep install --from src -i
8787
8888
Set up the environment to help colcon discover where RTI Connext is installed.
89-
This can be done by manually setting the environment variable ``NDDSHOME`` to the location of the RTI Connext installation, or by using a script that comes with the RTI Connext installation:
89+
This can be done by manually setting the environment variable ``NDDSHOME`` to the location of the RTI Connext installation, or by using a script that comes with the RTI Connext installation. For example, for version 7.3.0, you can run the following code to execute the helper script:
9090

9191
.. code-block:: console
9292
93-
$ source ${RTI_CONNEXT_INSTALL_LOCATION}/resource/scripts/rtisetenv_x64Linux4gcc7.3.0.bash
93+
$ source /opt/rti.com/rti_connext_dds-7.3.0/resource/scripts/rtisetenv_x64Linux4gcc7.3.0.bash
9494
95-
If you can't find the location of the RTI Connext installation, run this to find all Connext installations in your system:
95+
If the previous command failed, and you can't find the location of the RTI Connext installation, run this to find all Connext installations (and their corresponding helper scripts) in your system:
9696

9797
.. code-block:: console
9898
9999
$ find /opt -name rtisetenv*.bash
100100
101+
.. note::
102+
103+
Replace ``.bash`` with your shell if you're not using bash.
104+
Possible values are: ``rtisetenv*.bash``, ``rtisetenv*.sh``, ``rtisetenv*.zsh``, ``rtisetenv*.tcsh``.
105+
101106
Make sure you have the ROS 2 environment set up:
102107

103108
.. code-block:: console

0 commit comments

Comments
 (0)