You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: markdown/ros/ROS_installation/ROS_index.rst
+25-5Lines changed: 25 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,18 +47,31 @@ First ensure that the `Ubuntu Universe repository <https://help.ubuntu.com/commu
47
47
sudo apt install software-properties-common
48
48
sudo add-apt-repository universe
49
49
50
-
Now add the ROS 2 GPG key with apt.
50
+
The `ros-apt-source packages <https://github.com/ros-infrastructure/ros-apt-source/>`_ provide keys and apt source configuration for the various ROS repositories.
51
+
52
+
Installing the ros2-apt-source package will configure ROS 2 repositories for your system. Updates to repository
53
+
configuration will occur automatically when new versions of this package are released to the ROS repositories.
curl -L -o /tmp/ros2-apt-source.deb "https://github.com/ros-infrastructure/ros-apt-source/releases/download/${ROS_APT_SOURCE_VERSION}/ros2-apt-source_${ROS_APT_SOURCE_VERSION}.$(. /etc/os-release &&echo$VERSION_CODENAME)_all.deb"# If using Ubuntu derivates use $UBUNTU_CODENAME
0 commit comments