Skip to content

Commit

Permalink
Merge pull request #386 from tiffanyec/minor_perception_rst
Browse files Browse the repository at this point in the history
fixed typo in wiki instructions
  • Loading branch information
tiffanyec committed Oct 4, 2022
2 parents fca01cc + 07f954c commit 91f930f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gh_pages/_source/session5/Building-a-Perception-Pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ We will create a new workspace, since this exercise does not overlap with the pr

.. Note:: This means you'll need to manually source the setup file from your new catkin workspace in each new terminal window.

#. Source ROS 2 into your environment
#. Source ROS 2 into your environment

.. code-block:: bash
source /opt/ros/noetic/setup.bash
source /opt/ros/foxy/setup.bash

#. Copy the template workspace layout and files:

.. code-block:: bash
mkdir ~/perception_ws
cp -r ~/industrial_training/exercises/5.1/template_ws ~/perception_ws
cd ~/perception_ws/
Expand Down Expand Up @@ -222,8 +223,6 @@ Implement Pass-through Filters

#. Find where you previously published the last point cloud and now publish your final Passthrough Filter result (``zf_cloud``) to your newly made topic.

.. Note:: You will need to make another ``PointCloud2`` message like ``pc2_cloud`` and populate it using ``pcl::toROSMsg`` like before in order to publish your new cloud.

#. Re-build and restart your node.

.. code-block:: bash
Expand Down

0 comments on commit 91f930f

Please sign in to comment.