Skip to content

Commit 8f7d0c4

Browse files
authored
Revert "Minor RTI Connext DDS documentation improvements (#5606)" (#5915)
This reverts commit 590700a. Signed-off-by: Tomoya.Fujita <[email protected]>
1 parent 590700a commit 8f7d0c4

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

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

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -78,30 +78,12 @@ Clone the repository for ``rmw_connextdds`` into your ROS 2 workspace and select
7878
$ cd ros2_ws
7979
$ git clone -b {DISTRO} https://github.com/ros2/rmw_connextdds src/rmw_connextdds
8080
81-
Then, install necessary packages for RTI Connext DDS.
82-
83-
.. code-block:: console
84-
85-
$ cd ..
86-
$ rosdep install --from src -i
87-
8881
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. For example, for version 7.3.0, you can run the following code to execute the helper script:
90-
91-
.. code-block:: console
92-
93-
$ source /opt/rti.com/rti_connext_dds-7.3.0/resource/scripts/rtisetenv_x64Linux4gcc7.3.0.bash
94-
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:
82+
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:
9683

9784
.. code-block:: console
9885
99-
$ find /opt -name rtisetenv*.bash
100-
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``.
86+
$ source ${RTI_CONNEXT_INSTALL_LOCATION}/resource/scripts/rtisetenv_x64Linux4gcc7.3.0.bash
10587
10688
Make sure you have the ROS 2 environment set up:
10789

0 commit comments

Comments
 (0)