forked from ros-industrial/kuka_experimental
-
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.
follow-up: replace xacro --inorder with xacro
- Loading branch information
1 parent
1dac20e
commit d750ef5
Showing
4 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<!-- Load robot description to parameter server --> | ||
<param name="robot_description" command="$(find xacro)/xacro --inorder '$(find kuka_kr150_support)/urdf/kr150_2.xacro'"/> | ||
<param name="robot_description" command="$(find xacro)/xacro '$(find kuka_kr150_support)/urdf/kr150_2.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,5 +1,5 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<!-- Load robot description to parameter server --> | ||
<param name="robot_description" command="$(find xacro)/xacro --inorder '$(find kuka_kr16_support)/urdf/kr16_2.xacro'"/> | ||
<param name="robot_description" command="$(find xacro)/xacro '$(find kuka_kr16_support)/urdf/kr16_2.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 --inorder '$(find kuka_kr3_support)/urdf/kr3r540.xacro'"/> | ||
<param name="robot_description" command="$(find xacro)/xacro '$(find kuka_kr3_support)/urdf/kr3r540.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,5 +1,5 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<!-- Load robot description to parameter server --> | ||
<param name="robot_description" command="$(find xacro)/xacro --inorder '$(find kuka_kr5_support)/urdf/kr5_arc.xacro'"/> | ||
<param name="robot_description" command="$(find xacro)/xacro '$(find kuka_kr5_support)/urdf/kr5_arc.xacro'"/> | ||
</launch> |