Skip to content

Commit

Permalink
Adds 'demo_stomp' launch file (#82)
Browse files Browse the repository at this point in the history
This commit adds the 'demo_stomp.launch' file that is referenced in
https://ros-planning.github.io/moveit_tutorials/doc/stomp_planner/stomp_planner_tutorial.html.
Fixes #44.
  • Loading branch information
rickstaa authored Aug 28, 2021
1 parent e7e93fc commit 2fd1d2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions launch/demo_stomp.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<launch>
<include file="$(dirname)/demo.launch">
<arg name="pipeline" value="stomp"/>
</include>
</launch>

0 comments on commit 2fd1d2d

Please sign in to comment.