Skip to content

Commit 42c1dc3

Browse files
committed
Replace ompl-chomp -> ompl_chomp
Fixes #841 (comment)
1 parent 49bf001 commit 42c1dc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/chomp_planner/chomp_planner_tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ To achieve this, follow the steps:
142142

143143
sudo apt install ros-noetic-moveit-chomp-optimizer-adapter
144144

145-
#. Create a new launch file ``ompl-chomp_planning_pipeline.launch`` in the ``<robot_moveit_config>/launch`` folder of your robot with the following contents: ::
145+
#. Create a new launch file ``ompl_chomp_planning_pipeline.launch`` in the ``<robot_moveit_config>/launch`` folder of your robot with the following contents: ::
146146

147147
<launch>
148148
<!-- load OMPL planning pipeline, but add the CHOMP planning adapter. -->
@@ -162,11 +162,11 @@ To achieve this, follow the steps:
162162
<param name="trajectory_initialization_method" value="fillTrajectory"/>
163163
</launch>
164164

165-
#. This launch file defines the new planning pipeline ``ompl-chomp``, deriving from the ``ompl`` pipeline,
165+
#. This launch file defines the new planning pipeline ``ompl_chomp``, deriving from the ``ompl`` pipeline,
166166
but adding the CHOMP post-processor as a planning adapter. Also, the ``trajectory_initialization_method`` is overridden to use the OMPL-generated trajectory.
167167

168168
#. Now you can launch the newly configure planning pipeline as follows: ::
169169

170-
roslaunch panda_moveit_config demo.launch pipeline:=ompl-chomp
170+
roslaunch panda_moveit_config demo.launch pipeline:=ompl_chomp
171171

172172
This will launch RViz, select OMPL in the Motion Planning panel under the Context tab. Set the desired start and goal states by moving the end-effector around in the same way as was done for CHOMP above. Finally click on the Plan button to start planning. The planner will now first run OMPL, then run CHOMP on OMPL's output to produce an optimized path.

0 commit comments

Comments
 (0)