diff --git a/source/Tutorials/Intermediate/Rosdep.rst b/source/Tutorials/Intermediate/Rosdep.rst index 10cbb6490ce..c7dda3a3fc7 100644 --- a/source/Tutorials/Intermediate/Rosdep.rst +++ b/source/Tutorials/Intermediate/Rosdep.rst @@ -17,6 +17,11 @@ Managing Dependencies with rosdep This tutorial will explain how to manage external dependencies using ``rosdep``. +.. warning:: + + Currently rosdep only works on Linux and macOS; Windows is not supported. + There are long-term plans to add support for Windows to https://github.com/ros-infrastructure/rosdep. + What is rosdep? ---------------