Skip to content

Commit

Permalink
Update docs to support rosdepi alias. (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Nov 24, 2024
1 parent ce19beb commit 8c007ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/use-cases/ros_workspaces/aliases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ rosdi
Alias for command: ``cd $ROS_WS/install``


Installling dependencies
^^^^^^^^^^^^^^^^^^^^^^^^

rosdepi
Installing dependencies for the packages in ``$ROS_WS/src`` folder.
Makes the ``rosdep`` command shorter and simpler to use: ``rosdep install -y -i --from-paths \$ROS_WS/src``


Building Packages in Workspace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Every alias has optional package names. If none is provided the whole workspace is built.
Expand Down

0 comments on commit 8c007ff

Please sign in to comment.