Skip to content

Commit

Permalink
Fix syntax error in launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhaskara Marthi committed Apr 15, 2011
1 parent c8b1eef commit a060a0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unfolding_smach/launch/full_demo.launch
@@ -1,9 +1,9 @@
<launch>

<include file="$(find unfolding_smach)/launch/table.launch />
<include file="$(find pr2_simple_motions_apps)/launch/move_all.launch />
<include file="$(find unfolding_smach)/launch/stances.launch />
<include file="$(find unfolding_smach)/launch/vision.launch />
<include file="$(find unfolding_smach)/launch/table.launch" />
<include file="$(find pr2_simple_motions_apps)/launch/move_all.launch" />
<include file="$(find unfolding_smach)/launch/stances.launch" />
<include file="$(find unfolding_smach)/launch/vision.launch" />


</launch>

0 comments on commit a060a0b

Please sign in to comment.