-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mention irb1600 8/1.45 in package.xml; add test for it too
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
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
23 changes: 23 additions & 0 deletions
23
abb_irb1600_support/tests/roslaunch_test_irb1600_8_145.xml
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<launch> | ||
<arg name="ip_str" value="127.0.0.1" /> | ||
|
||
<group ns="load_irb1600__"> | ||
<include file="$(find abb_irb1600_support)/launch/load_irb1600_8_145.launch"/> | ||
</group> | ||
|
||
<group ns="test_irb1600__"> | ||
<include file="$(find abb_irb1600_support)/launch/test_irb1600_8_145.launch"/> | ||
</group> | ||
|
||
<group ns="robot_interface_download_irb1600__"> | ||
<include file="$(find abb_irb1600_support)/launch/robot_interface_download_irb1600_8_145.launch"> | ||
<arg name="robot_ip" value="$(arg ip_str)" /> | ||
</include> | ||
</group> | ||
|
||
<group ns="robot_state_visualize_irb1600__"> | ||
<include file="$(find abb_irb1600_support)/launch/robot_state_visualize_irb1600_8_145.launch"> | ||
<arg name="robot_ip" value="$(arg ip_str)" /> | ||
</include> | ||
</group> | ||
</launch> |