forked from ros-industrial/staubli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ros-industrial#25 from nilsmelchert/indigo-devel
Update rx160 support package
- Loading branch information
Showing
8 changed files
with
72 additions
and
26 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<param name="robot_description" command="$(find xacro)/xacro.py '$(find staubli_rx160_support)/urdf/rx160.xacro'" /> | ||
<param name="robot_description" command="$(find xacro)/xacro --inorder '$(find staubli_rx160_support)/urdf/rx160.xacro'" /> | ||
</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,4 +1,4 @@ | ||
<?xml version="1.0" ?> | ||
<launch> | ||
<param name="robot_description" command="$(find xacro)/xacro.py '$(find staubli_rx160_support)/urdf/rx160l.xacro'" /> | ||
<param name="robot_description" command="$(find xacro)/xacro --inorder '$(find staubli_rx160_support)/urdf/rx160l.xacro'" /> | ||
</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,6 +1,6 @@ | ||
<?xml version="1.0" ?> | ||
|
||
<robot name="staubli_rx160" xmlns:xacro="http://ros.org/wiki/xacro"> | ||
<robot name="staubli_rx160" xmlns:xacro="http://wiki.ros.org/xacro"> | ||
<xacro:include filename="$(find staubli_rx160_support)/urdf/rx160_macro.xacro"/> | ||
<xacro:staubli_rx160 prefix=""/> | ||
</robot> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" ?> | ||
|
||
<robot name="staubli_rx160l" xmlns:xacro="http://ros.org/wiki/xacro"> | ||
<robot name="staubli_rx160l" xmlns:xacro="http://wiki.ros.org/xacro"> | ||
<xacro:include filename="$(find staubli_rx160_support)/urdf/rx160l_macro.xacro"/> | ||
<xacro:staubli_rx160l prefix=""/> | ||
</robot> |
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