Skip to content

Commit

Permalink
Fix Windows command in Creating-A-Workspace (ros2#3860) (ros2#3862)
Browse files Browse the repository at this point in the history
(cherry picked from commit 36e3c4e)

Co-authored-by: songyuc <466309936@qq.com>
  • Loading branch information
mergify[bot] and songyuc authored Aug 24, 2023
1 parent 78ee95e commit 985eb62
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 985eb62

Please sign in to comment.