Skip to content

Commit 586d1e7

Browse files
Update apt repository URL. (ros2#59)
1 parent ca3de02 commit 586d1e7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Linux-Development-Setup.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ PrismTech OpenSplice Debian Packages built by OSRF
120120

121121
.. code-block:: bash
122122
123-
# For Bouncy Bolson
124-
sudo apt install libopensplice67 # from repo.ros2.org
125-
126123
# For Crystal Clemmys
127-
sudo apt install libopensplice69 # from repo.ros2.org
124+
sudo apt install libopensplice69 # from packages.ros.org/ros2/ubuntu
125+
126+
# For Bouncy Bolson
127+
sudo apt install libopensplice67 # from packages.ros.org/ros2/ubuntu
128128
129129
Add this to your ``~/.bashrc``
130130

@@ -168,7 +168,7 @@ You will need to accept a license from RTI.
168168
.. code-block:: bash
169169
170170
sudo apt install -q -y \
171-
rti-connext-dds-5.3.1 # from repo.ros2.org
171+
rti-connext-dds-5.3.1 # from packages.ros.org/ros2/ubuntu
172172
173173
Source the setup file to set the ``NDDSHOME`` environment variable.
174174

Linux-Install-Debians.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ And then add the repository to your sources list:
4545

4646
.. code-block:: bash
4747
48-
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'
48+
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'
4949
5050
Install ROS 2 packages
5151
----------------------

0 commit comments

Comments
 (0)