Launch example node with following command:
$ roslaunch pcl_tutorials_ros example.launch \
example:=EXAMPLE_NAME \
number:=EXAMPLE_NUMBER \
realsense:=SET_TRUE_TO_USE_REALSENSE \
gazebo:=SET_TRUE_TO_RUN_GAZEBO_SIMULATION \
use_file:=SET_TRUE_TO_LOAD_PCD_FILE file:=PCD_FILE_PATH
Please refer to https://pcl.readthedocs.io/projects/tutorials/en/master/ for PCL details.
The Example code is here.
References: https://pcl.readthedocs.io/projects/tutorials/en/master/#filtering
roslaunch pcl_tutorials_ros example.launch example:=filtering number:=0 gazebo:=true
roslaunch pcl_tutorials_ros example.launch example:=filtering number:=1 gazebo:=true
roslaunch pcl_tutorials_ros example.launch example:=filtering number:=2 use_file:=true file:=table_scene_lms400.pcd
roslaunch pcl_tutorials_ros example.launch example:=filtering number:=3 gazebo:=true
roslaunch pcl_tutorials_ros example.launch example:=filtering number:=4 gazebo:=true
The example code is here.
References: https://pcl.readthedocs.io/projects/tutorials/en/master/#kdtree
roslaunch pcl_tutorials_ros example.launch example:=kdtree gazebo:=true
The example code is here.
References: https://pcl.readthedocs.io/projects/tutorials/en/master/#segmentation
roslaunch pcl_tutorials_ros example.launch example:=segmentation number:=0 gazebo:=true
TBD
roslaunch pcl_tutorials_ros example.launch example:=segmentation number:=2 gazebo:=true