|
1 | | -:moveit1: |
2 | | - |
3 | | -.. |
4 | | - Once updated for MoveIt 2, remove all lines above title (including this comment and :moveit1: tag) |
5 | | -
|
6 | 1 | Perception Pipeline Tutorial |
7 | 2 | ============================ |
8 | 3 |
|
@@ -30,7 +25,7 @@ To use the Occupancy Map Updater, it is only necessary to set the appropriate pa |
30 | 25 | YAML Configuration file (Point Cloud) |
31 | 26 | +++++++++++++++++++++++++++++++++++++ |
32 | 27 |
|
33 | | -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. |
| 28 | +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. |
34 | 29 |
|
35 | 30 | Save this file in the config folder in the robot's moveit_config package with name "sensors_kinect_pointcloud.yaml": :: |
36 | 31 |
|
@@ -111,9 +106,9 @@ Update the launch file |
111 | 106 |
|
112 | 107 | Add the YAML file to the launch script |
113 | 108 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
114 | | -You will now need to update the *sensor_manager.launch* file in the "launch" directory of your panda_moveit_config directory with this sensor information (this file is auto-generated by the Setup Assistant but is empty). You will need to add the following line into that file to configure the set of sensor sources for MoveIt to use: :: |
| 109 | +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: :: |
115 | 110 |
|
116 | | - <rosparam command="load" file="$(find panda_moveit_config)/config/sensors_kinect_pointcloud.yaml" /> |
| 111 | + <param from="$(find panda_moveit_config)/config/sensors_kinect_pointcloud.yaml" /> |
117 | 112 |
|
118 | 113 | If you are using depthmap change the name of the yaml file to ``sensors_kinect_depthmap.yaml``. |
119 | 114 | Note that you will need to input the path to the right file you have created above. |
@@ -143,7 +138,7 @@ Running the Interface |
143 | 138 | +++++++++++++++++++++ |
144 | 139 | Roslaunch the launch file to run the code directly from moveit_tutorials: :: |
145 | 140 |
|
146 | | - roslaunch moveit_tutorials obstacle_avoidance_demo.launch |
| 141 | + ros2 launch moveit_tutorials obstacle_avoidance_demo.launch |
147 | 142 |
|
148 | 143 | You should see something like the image shown at the beginning of this tutorial. |
149 | 144 | If not, you may have run into a `known OpenGL rendering issue <http://wiki.ros.org/rviz/Troubleshooting>`_. To work around the issue, you can force CPU-based rendering with this command: |
|
0 commit comments