You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/examples/perception_pipeline/perception_pipeline_tutorial.rst
+43-30Lines changed: 43 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,14 @@ Getting Started
11
11
---------------
12
12
If you haven't already done so, make sure you've completed the steps in :doc:`Getting Started </doc/tutorials/getting_started/getting_started>`.
13
13
14
-
Particularly, use ``rolling`` for this tutorial as some dependencies may not be available in ``humble`` or earlier (explained in `moveit2_tutorials!700 <https://github.com/ros-planning/moveit2_tutorials/pull/700#issuecomment-1581411304>`_).
14
+
* NOTE-1: Particularly, use ``rolling`` for this tutorial as some dependencies may not be available in ``humble`` or earlier (explained in `moveit2_tutorials!700 <https://github.com/ros-planning/moveit2_tutorials/pull/700#issuecomment-1581411304>`_).
15
+
* NOTE-2: As of June 2023, the tutorial code is based on unmerged software changes in the upstream repo. `moveit_resources!181 <https://github.com/ros-planning/moveit_resources/pull/181>`_. Before it's merged, you need to have its source and build by commands e.g. ::
@@ -27,20 +34,22 @@ To use the Occupancy Map Updater, it is only necessary to set the appropriate pa
27
34
YAML Configuration file (Point Cloud)
28
35
+++++++++++++++++++++++++++++++++++++
29
36
30
-
We will have to generate a YAML configuration file for configuring the 3D sensors. Please see :panda_codedir:`this example file <config/sensors_kinect_pointcloud.yaml>` for processing point clouds.
37
+
We will have to generate a YAML configuration file for configuring the 3D sensors. Please see :panda_codedir:`this example file <config/sensors_3d.yaml>` for processing point clouds.
31
38
32
-
Save this file in the config folder in the robot's moveit_config package with name "sensors_kinect_pointcloud.yaml": ::
39
+
Save this file in the config folder in the robot's moveit_config package with name "sensors_3d.yaml": ::
@@ -66,21 +75,25 @@ Save this file in the config folder in the robot's moveit_config package with na
66
75
YAML Configuration file (Depth Map)
67
76
+++++++++++++++++++++++++++++++++++
68
77
69
-
We will have to generate a YAML configuration file for configuring the 3D sensors. An :panda_codedir:`example file for processing depth images <config/sensors_kinect_depthmap.yaml>` can be found in the panda_moveit_config repository as well.
70
-
Save this file in the config folder in the robot's moveit_config package with name "sensors_kinect_depthmap.yaml": ::
We will have to generate a YAML configuration file for configuring the 3D sensors. An :panda_codedir:`example file for processing depth images <config/sensors_3d.yaml>` can be found in the panda_moveit_config repository as well.
79
+
Save this file in the config folder in the robot's moveit_config package with name "sensors_3d.yaml": ::
@@ -114,9 +127,9 @@ Add the YAML file to the launch script
114
127
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
115
128
You will now need to create a *sensor_manager.launch* file in the "launch" directory of your panda_moveit_config directory (e.g. `on github <https://github.com/ros-planning/panda_moveit_config/blob/rolling-devel/launch/sensor_manager.launch.xml>`_) with this sensor information. You will need to add the following line into that file to configure the set of sensor sources for MoveIt to use: ::
0 commit comments