Skip to content

Commit

Permalink
Update test launchfile to confirm fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepurvis committed Feb 27, 2017
1 parent 5210f92 commit 781aea4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/roslaunch/resources/example.launch
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@
<!-- more compact import syntax -->
<include ns="included2" file="$(find roslaunch)/resources/example-include.launch" />

<!-- Pass over an include with an if-attribute that evaluates to false. -->
<arg name="dont_include_me" value="false" />
<include if="$(arg dont_include_me)" file="does/not/exist.launch" />
</launch>

0 comments on commit 781aea4

Please sign in to comment.