forked from ros-industrial/motoman
-
Notifications
You must be signed in to change notification settings - Fork 6
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 #1 from ros-industrial/kinetic-devel
Merge kinetic-devel into personal fork
- Loading branch information
Showing
14 changed files
with
171 additions
and
16 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
20 changes: 20 additions & 0 deletions
20
motoman_driver/launch/robot_interface_streaming_dx200.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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!-- | ||
Contoller specific version of 'robot_interface.launch'. | ||
Usage: | ||
robot_interface_streaming_dx200.launch robot_ip:=<value> | ||
--> | ||
<launch> | ||
<arg name="robot_ip" /> | ||
<arg name="use_bswap" default="false" /> | ||
<arg name="version0" default="true" /> | ||
|
||
<!--rosparam command="load" file="$(find motoman_config)/?" /--> | ||
|
||
<include file="$(find motoman_driver)/launch/robot_interface_streaming.launch"> | ||
<arg name="robot_ip" value="$(arg robot_ip)" /> | ||
<arg name="use_bswap" value="$(arg use_bswap)" /> | ||
<arg name="version0" value="$(arg version0)" /> | ||
</include> | ||
</launch> |
20 changes: 20 additions & 0 deletions
20
motoman_driver/launch/robot_interface_streaming_yrc1000.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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!-- | ||
Contoller specific version of 'robot_interface.launch'. | ||
Usage: | ||
robot_interface_streaming_yrc1000.launch robot_ip:=<value> | ||
--> | ||
<launch> | ||
<arg name="robot_ip" /> | ||
<arg name="use_bswap" default="false" /> | ||
<arg name="version0" default="true" /> | ||
|
||
<!--rosparam command="load" file="$(find motoman_config)/?" /--> | ||
|
||
<include file="$(find motoman_driver)/launch/robot_interface_streaming.launch"> | ||
<arg name="robot_ip" value="$(arg robot_ip)" /> | ||
<arg name="use_bswap" value="$(arg use_bswap)" /> | ||
<arg name="version0" value="$(arg version0)" /> | ||
</include> | ||
</launch> |
17 changes: 17 additions & 0 deletions
17
motoman_driver/launch/robot_multigroup_interface_streaming_dx200.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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!-- | ||
Multigroup, contoller specific version of 'robot_interface.launch'. | ||
Usage: | ||
robot_multigroup_interface_streaming_dx200.launch robot_ip:=<value> | ||
--> | ||
<launch> | ||
<arg name="robot_ip" /> | ||
<arg name="use_bswap" default="false" /> | ||
|
||
<include file="$(find motoman_driver)/launch/robot_interface_streaming.launch"> | ||
<arg name="robot_ip" value="$(arg robot_ip)" /> | ||
<arg name="use_bswap" value="$(arg use_bswap)" /> | ||
<arg name="version0" value="false" /> | ||
</include> | ||
</launch> |
17 changes: 17 additions & 0 deletions
17
motoman_driver/launch/robot_multigroup_interface_streaming_yrc1000.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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!-- | ||
Multigroup, contoller specific version of 'robot_interface.launch'. | ||
Usage: | ||
robot_multigroup_interface_streaming_yrc1000.launch robot_ip:=<value> | ||
--> | ||
<launch> | ||
<arg name="robot_ip" /> | ||
<arg name="use_bswap" default="false" /> | ||
|
||
<include file="$(find motoman_driver)/launch/robot_interface_streaming.launch"> | ||
<arg name="robot_ip" value="$(arg robot_ip)" /> | ||
<arg name="use_bswap" value="$(arg use_bswap)" /> | ||
<arg name="version0" value="false" /> | ||
</include> | ||
</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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- | ||
Contoller specific version of 'robot_interface.launch'. | ||
Usage: | ||
robot_state_dx200.launch robot_ip:=<value> | ||
--> | ||
<launch> | ||
<arg name="robot_ip" /> | ||
<arg name="use_bswap" value="false" /> | ||
|
||
<!--rosparam command="load" file="$(find motoman_config)/?" /--> | ||
|
||
<include file="$(find motoman_driver)/launch/robot_state.launch"> | ||
<arg name="robot_ip" value="$(arg robot_ip)" /> | ||
<arg name="use_bswap" value="$(arg use_bswap)" /> | ||
</include> | ||
</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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- | ||
Contoller specific version of 'robot_interface.launch'. | ||
Usage: | ||
robot_state_yrc1000.launch robot_ip:=<value> | ||
--> | ||
<launch> | ||
<arg name="robot_ip" /> | ||
<arg name="use_bswap" value="false" /> | ||
|
||
<!--rosparam command="load" file="$(find motoman_config)/?" /--> | ||
|
||
<include file="$(find motoman_driver)/launch/robot_state.launch"> | ||
<arg name="robot_ip" value="$(arg robot_ip)" /> | ||
<arg name="use_bswap" value="$(arg use_bswap)" /> | ||
</include> | ||
</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
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,18 @@ | ||
<?xml version="1.0" ?> | ||
|
||
<robot name="motoman_sda10f_test" xmlns:xacro="http://ros.org/wiki/xacro"> | ||
<xacro:include filename="$(find motoman_sda10f_support)/urdf/sda10f_macro.xacro" /> | ||
<xacro:motoman_sda10f prefix=""/> | ||
<!-- xacro below should not be used, use form above--> | ||
<!--xacro:sda10f/--> | ||
<xacro:motoman_sda10f prefix="my_prefix_"/> | ||
|
||
|
||
<joint name="base_link_joint" type="fixed" > | ||
<origin xyz="1.0 0 0"/> | ||
<parent link="torso_base_link" /> | ||
<child link="my_prefix_torso_base_link" /> | ||
</joint> | ||
|
||
</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
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,17 +1,25 @@ | ||
<?xml version="1.0" ?> | ||
<robot xmlns:xacro="http://ros.org/wiki/xacro" | ||
name="sda10f"> | ||
<xacro:include filename="$(find motoman_sda10f_support)/urdf/common_torso_macro.xacro" /> | ||
<xacro:include filename="$(find motoman_sda10f_support)/urdf/arm_macro.xacro" /> | ||
<robot xmlns:xacro="http://ros.org/wiki/xacro"> | ||
<xacro:include filename="$(find motoman_sda10f_support)/urdf/common_torso_macro.xacro" /> | ||
<xacro:include filename="$(find motoman_sda10f_support)/urdf/arm_macro.xacro" /> | ||
<xacro:macro name="motoman_sda10f" params="prefix"> | ||
|
||
<xacro:torso name="torso" prefix="torso_"/> | ||
<xacro:torso name="${prefix}torso" prefix="${prefix}torso_"/> | ||
|
||
|
||
<xacro:motoman_arm name="arm_left" prefix="arm_left_" parent="torso_link_b1" reflect="1"> | ||
<xacro:motoman_arm name="${prefix}arm_left" prefix="${prefix}arm_left_" parent="${prefix}torso_link_b1" reflect="1"> | ||
<origin xyz="0.09996 0.0275 0.32214" rpy="1.57 0 0" /> | ||
</xacro:motoman_arm> | ||
|
||
<xacro:motoman_arm name="arm_right" prefix="arm_right_" parent="torso_link_b1" reflect="-1"> | ||
<xacro:motoman_arm name="${prefix}arm_right" prefix="${prefix}arm_right_" parent="${prefix}torso_link_b1" reflect="-1"> | ||
<origin xyz="0.09996 -0.0275 0.32214" rpy="1.57 0 0" /> | ||
</xacro:motoman_arm> | ||
</xacro:motoman_arm> | ||
</xacro:macro> | ||
|
||
<!-- The following xacro is kept for backwards compatibility, it should not be used --> | ||
<!-- see: https://github.com/ros-industrial/motoman/issues/166 --> | ||
<xacro:macro name="sda10f"> | ||
<xacro:motoman_sda10f prefix=""/> | ||
</xacro:macro> | ||
|
||
</robot> |