Skip to content

Commit

Permalink
Fix Windows command in Creating-A-Workspace (#3860)
Browse files Browse the repository at this point in the history
  • Loading branch information
songyuc authored Aug 24, 2023
1 parent 3b3f2b7 commit 36e3c4e
Showing 1 changed file with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,29 @@ The console will return the following message:
* ``--symlink-install`` saves you from having to rebuild every time you tweak python scripts
* ``--event-handlers console_direct+`` shows console output while building (can otherwise be found in the ``log`` directory)

Once the build is finished, enter ``ls`` in the workspace root (``~/ros2_ws``) and you will see that colcon has created new directories:
Once the build is finished, enter the command in the workspace root (``~/ros2_ws``):

.. tabs::

.. group-tab:: Linux

.. code-block:: console
ls
.. group-tab:: macOS

.. code-block:: console
ls
.. group-tab:: Windows

.. code-block:: console
dir
And you will see that colcon has created new directories:

.. code-block:: console
Expand Down

0 comments on commit 36e3c4e

Please sign in to comment.