We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a912636 commit 15ca6cdCopy full SHA for 15ca6cd
resources/scripts/add_ros_ppa.sh
@@ -15,6 +15,8 @@ sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o
15
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu $(. /etc/os-release && echo $UBUNTU_CODENAME) main" | sudo tee /etc/apt/sources.list.d/ros2.list > /dev/null
16
17
sudo apt-get -y update
18
+
19
+sudo rosdep init || echo "$0: rosdep already initialized"
20
rosdep update
21
22
echo "$0: ROS2 PPA added"
0 commit comments