Skip to content

Commit 2dc53dd

Browse files
authored
Refer to ros-testing repositories in case of issues (#559)
1 parent 7e6ca05 commit 2dc53dd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/getting_started/getting_started.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ The following will install from Debian any package dependencies not already in y
5353

5454
cd ~/ws_moveit/src
5555
rosdep install -y --from-paths . --ignore-src --rosdistro noetic
56+
57+
**Note** In case an upstream package is not (yet) available from the standard ROS repositories or if you experience any build errors in those packages, please try to fetch the latest release candidates from the `ROS testing repositories <http://wiki.ros.org/TestingRepository>`_ instead: ::
58+
59+
sudo sh -c 'echo "deb http://packages.ros.org/ros-testing/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
60+
sudo apt update
5661

5762
The next command will configure your catkin workspace: ::
5863

0 commit comments

Comments
 (0)