Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…raining into foxy
  • Loading branch information
tcappellari committed Oct 5, 2022
2 parents 66a1564 + 128c562 commit 1bcd41c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ When using sensor data for collision detection, it is sometimes necessary to exc

This method is similar to the plane segmentation from Sub-Task 3, but instead of segmenting out a plane, you can segment and remove a prism. Documentation on the PCL Polygonal Segmentation can be found `here <https://pcl.readthedocs.io/projects/tutorials/en/latest/hull_2d.html>`_. The goal in this sub-task is to remove the points that correspond to a known object (e.g. the box we detected earlier). This particular filter is applied to the entire point cloud (original sensor data), but only after we've already completed the processing steps to identify the position/orientation of the box.

Within perception_node.cpp, add ``#include <tf_conversions/tf_eigen.h>`` and find section
Within perception_node.cpp find section

.. code-block:: c++

Expand Down
4 changes: 2 additions & 2 deletions gh_pages/_source/session5/Simple-PCL-Interface-for-Python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ We will create a new ROS 2 workspace, since this exercise does not overlap with

.. code-block:: bash
source ~/python-pcl_ws/install/setup.bash
source ~/python_pcl_ws/install/setup.bash
#. Download the PointCloud file and place the file in your home directory :

Expand Down Expand Up @@ -201,7 +201,7 @@ Viewing Results
.. code-block:: bash
ros2 run filter_call filter_call --ros-args -p pcdfilename:=/home/tcappellari/table.pcd
ros2 run filter_call filter_call --ros-args -p pcdfilename:=~/table.pcd
#. Source a new terminal and run Rviz
Expand Down

0 comments on commit 1bcd41c

Please sign in to comment.