Skip to content
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
10 changes: 5 additions & 5 deletions Linux-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@ PrismTech OpenSplice Debian Packages built by OSRF

.. code-block:: bash

# For Bouncy Bolson
sudo apt install libopensplice67 # from repo.ros2.org

# For Crystal Clemmys
sudo apt install libopensplice69 # from repo.ros2.org
sudo apt install libopensplice69 # from packages.ros.org/ros2/ubuntu

# For Bouncy Bolson
sudo apt install libopensplice67 # from packages.ros.org/ros2/ubuntu

Add this to your ``~/.bashrc``

Expand Down Expand Up @@ -168,7 +168,7 @@ You will need to accept a license from RTI.
.. code-block:: bash

sudo apt install -q -y \
rti-connext-dds-5.3.1 # from repo.ros2.org
rti-connext-dds-5.3.1 # from packages.ros.org/ros2/ubuntu

Source the setup file to set the ``NDDSHOME`` environment variable.

Expand Down
2 changes: 1 addition & 1 deletion Linux-Install-Debians.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ And then add the repository to your sources list:

.. code-block:: bash

sudo sh -c 'echo "deb [arch=amd64,arm64] http://repo.ros2.org/ubuntu/main `lsb_release -cs` main" > /etc/apt/sources.list.d/ros2-latest.list'
sudo sh -c 'echo "deb [arch=amd64,arm64] http://packages.ros.org/ros2/ubuntu `lsb_release -cs` main" > /etc/apt/sources.list.d/ros2-latest.list'

Install ROS 2 packages
----------------------
Expand Down