Skip to content

Commit

Permalink
Fix description launch files includes (#74)
Browse files Browse the repository at this point in the history
The incorrect .xml extensions were being used, instead of .launch.
  • Loading branch information
pgold authored Oct 22, 2020
1 parent a5f5f6f commit a43336d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion create_bringup/launch/create_1.launch
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</node>

<!-- Robot description -->
<include if="$(var desc)" file="$(find-pkg-share create_description)/launch/create_1.xml" />
<include if="$(var desc)" file="$(find-pkg-share create_description)/launch/create_1.launch" />
</launch>
2 changes: 1 addition & 1 deletion create_bringup/launch/create_2.launch
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</node>

<!-- Robot description -->
<include if="$(var desc)" file="$(find-pkg-share create_description)/launch/create_2.xml" />
<include if="$(var desc)" file="$(find-pkg-share create_description)/launch/create_2.launch" />
</launch>
2 changes: 1 addition & 1 deletion create_bringup/launch/roomba_400.launch
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
</node>

<!-- Robot description -->
<include if="$(var desc)" file="$(find-pkg-share create_description)/launch/roomba_400.xml" />
<include if="$(var desc)" file="$(find-pkg-share create_description)/launch/roomba_400.launch" />
</launch>

0 comments on commit a43336d

Please sign in to comment.