Skip to content

Commit

Permalink
minor fix to filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyec committed Oct 5, 2022
1 parent 16ee64d commit 3cd6f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh_pages/_source/session5/Building-a-Perception-Pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ We will create a new workspace, since this exercise does not overlap with the pr

.. code-block:: bash
mkdir ~/perception_ws
cp -r ~/industrial_training/exercises/5.1/template_ws ~/perception_ws
mkdir -p ~/perception_ws/src
cp -r ~/industrial_training/exercises/5.1/template_ws/ros2/lesson_perception ~/perception_ws/src
cd ~/perception_ws/
#. Initialize and Build this new workspace
Expand Down

0 comments on commit 3cd6f1a

Please sign in to comment.