-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
16 changes: 8 additions & 8 deletions
16
fkie_multimaster_pylib/fkie_multimaster_pylib/tests/test_launch/include_dummy.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch> | ||
<!-- | ||
<include file="$(find fkie_multimaster_msgs)/fkie_multimaster_msgs/tests/test_launch/included1.launch"> | ||
<include file="$(find fkie_multimaster_pylib)/fkie_multimaster_pylib/tests/test_launch/included1.launch"> | ||
--> | ||
<include file="$(find fkie_multimaster_msgs)/fkie_multimaster_msgs/tests/test_launch/included1.launch"> | ||
<include file="$(find fkie_multimaster_pylib)/fkie_multimaster_pylib/tests/test_launch/included1.launch"> | ||
<arg name="inc" value= "included2" /> | ||
</include> | ||
<!-- <include file="$(find fkie_multimaster_msgs)/fkie_multimaster_msgs/tests/test_launch/included1.launch"> --> | ||
<include file="$(find fkie_multimaster_msgs)/fkie_multimaster_msgs/tests/test_launch/included1.launch" /> | ||
<include file="$(find invalid_package)/fkie_multimaster_msgs/tests/test_launch/included1.launch"/> | ||
<arg name="include1" value= "$(find fkie_multimaster_msgs)/fkie_multimaster_msgs/tests/test_launch/included1.launch" /> | ||
<rosparam param="paramter" file="$(find fkie_multimaster_msgs)/fkie_multimaster_msgs/tests/test_launch/included1.launch" command="load" subst_value="true"/> | ||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find fkie_multimaster_msgs)/launch/invalid_cfg.rviz"/> | ||
<!-- <include file="$(find fkie_multimaster_pylib)/fkie_multimaster_pylib/tests/test_launch/included1.launch"> --> | ||
<include file="$(find fkie_multimaster_pylib)/fkie_multimaster_pylib/tests/test_launch/included1.launch" /> | ||
<include file="$(find invalid_package)/fkie_multimaster_pylib/tests/test_launch/included1.launch"/> | ||
<arg name="include1" value= "$(find fkie_multimaster_pylib)/fkie_multimaster_pylib/tests/test_launch/included1.launch" /> | ||
<rosparam param="paramter" file="$(find fkie_multimaster_pylib)/fkie_multimaster_pylib/tests/test_launch/included1.launch" command="load" subst_value="true"/> | ||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find fkie_multimaster_pylib)/launch/invalid_cfg.rviz"/> | ||
|
||
</launch> |
2 changes: 1 addition & 1 deletion
2
fkie_multimaster_pylib/fkie_multimaster_pylib/tests/test_launch/included1.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch> | ||
<arg name="inc" value= "included3" /> | ||
<include file="$(find fkie_multimaster_msgs)/fkie_multimaster_msgs/tests/test_launch/$(arg inc).launch"/> | ||
<include file="$(find fkie_multimaster_pylib)/fkie_multimaster_pylib/tests/test_launch/$(arg inc).launch"/> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters