Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ Common installation workflow::

$ rosdep check ros_comm
All system dependencies have been satisfied
$ rosdep install geometry
$ rosdep install geometry --rosdistro=rolling

If you're worried about ``rosdep install`` bringing in system
dependencies you don't want, you can run ``rosdep install -s <args>``
dependencies you don't want, you can run ``rosdep install --rosdistro=<version>-s <args>``
instead to "simulate" the installation. You will be able to see the
commands that rosdep would have run.

Expand Down