Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instructions to be compatible for ROS2 #992

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
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