From 0d2ad798251f4b10f0dcdc96f06811cd3196ffbc Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Mon, 11 Sep 2023 08:44:40 -0400 Subject: [PATCH] Add a Windows disclaimer to the Rosdep page. (#3911) Signed-off-by: Chris Lalancette (cherry picked from commit 4b8738838be7b0bf339a028dc2ccc1834621be06) --- source/Tutorials/Intermediate/Rosdep.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/Tutorials/Intermediate/Rosdep.rst b/source/Tutorials/Intermediate/Rosdep.rst index 10cbb6490c..c7dda3a3fc 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? ---------------