diff --git a/doc/getting_started/getting_started.rst b/doc/getting_started/getting_started.rst index 888d19bda..19e8d84ef 100644 --- a/doc/getting_started/getting_started.rst +++ b/doc/getting_started/getting_started.rst @@ -54,6 +54,9 @@ The following will install from Debian any package dependencies not already in y cd ~/ws_moveit/src rosdep install -y --from-paths . --ignore-src --rosdistro noetic +**Note** To install on Ubuntu-based distributions such as Mint, you may need to specifiy the Ubuntu base of your distro using ``--os ubuntu:base``. + For example in case of Mint 20.1, which is based on Ubuntu Focal, use ``--os ubuntu:focal``. + **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 `_ instead: :: sudo sh -c 'echo "deb http://packages.ros.org/ros-testing/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'