Skip to content

Commit f03a21d

Browse files
author
AndyZe
authored
Delete unused config in ompl planning tutorial (#481)
1 parent bcf9fa8 commit f03a21d

File tree

2 files changed

+1
-219
lines changed

2 files changed

+1
-219
lines changed

doc/how_to_guides/using_ompl_constrained_planning/config/ompl_planning.yaml

Lines changed: 0 additions & 216 deletions
This file was deleted.

doc/how_to_guides/using_ompl_constrained_planning/ompl_constrained_planning.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ OMPL reads configurations parameters from a file called :code:`ompl_planning.yam
2222
enforce_constrained_state_space: true
2323
projection_evaluator: joints(panda_joint1,panda_joint2)
2424
25-
You can see an example :codedir:`here <how_to_guides/using_ompl_constrained_planning/config/ompl_planning.yaml>`.
26-
2725
This tutorial adds the parameters in the :codedir:`launch file <how_to_guides/using_ompl_constrained_planning/launch/ompl_constrained_planning.launch.py>`. The launch file uses ``moveit_configs_utils`` to simplify the launch file. The ``moveit_config`` is configured with the moveit_resources Panda MoveIt config. We add our OMPL parameters to the ``planning_pipelines`` with the following lines:
2826

2927
.. code-block:: python
@@ -40,7 +38,7 @@ Running the Example
4038

4139
Run the following command to launch the example: ::
4240

43-
ros2 launch moveit_tutorials ompl_constrained_planning.launch.py
41+
ros2 launch moveit2_tutorials ompl_constrained_planning.launch.py
4442

4543
The Panda robot should appear, with the RViz Visual Tools and the Trajectory Slider panel in the bottom-left. You should also see this text in your terminal: ::
4644

0 commit comments

Comments
 (0)