-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Issue Type
- 🐛 Bug / Problem
Description
rosdep instruction (docs.ros.org/en/kilted) mentions:
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.
#1353 also says:
My understanding is that
rosdep
does indeed work on macOS
But I do not see any instruction documented.
Additional Context
Related docs found:
- macOS (source) (docs.ros.org/en/kilted) shows using
pip
, butrosdep
does not seem to be used in the rest of the process in the doc, which makes me wonder if it's valid. - https://wiki.ros.org/indigo/Installation/OSX/Homebrew/Source shows using
pip
(of which validity is unclear. I'm running into an error on Big Sur. Logged if curious).