forked from UniversalRobots/Universal_Robots_ROS_Driver
-
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 UniversalRobots#6 from shadow-robot/fix_ur10e_hard…
…ware_interface Add a parameter to choose the hardware interface for the e-series
- Loading branch information
Showing
10 changed files
with
29 additions
and
11 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,14 +1,17 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="limited" default="false" doc="If true, limits joint range [-PI, PI] on all joints." /> | ||
<arg name="transmission_hw_interface" default="hardware_interface/PositionJointInterface" /> | ||
<arg name="kinematics_config" default="$(find ur_e_description)/config/ur10e_default.yaml"/> | ||
|
||
<param unless="$(arg limited)" name="robot_description" | ||
command="$(find xacro)/xacro --inorder '$(find ur_e_description)/urdf/ur10e_robot.urdf.xacro' | ||
transmission_hw_interface:=$(arg transmission_hw_interface) | ||
kinematics_config:=$(arg kinematics_config)" | ||
/> | ||
<param if="$(arg limited)" name="robot_description" | ||
command="$(find xacro)/xacro --inorder '$(find ur_e_description)/urdf/ur10e_joint_limited_robot.urdf.xacro' | ||
transmission_hw_interface:=$(arg transmission_hw_interface) | ||
kinematics_config:=$(arg kinematics_config)" | ||
/> | ||
</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,14 +1,17 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="limited" default="false" doc="If true, limits joint range [-PI, PI] on all joints." /> | ||
<arg name="transmission_hw_interface" default="hardware_interface/PositionJointInterface" /> | ||
<arg name="kinematics_config" default="$(find ur_e_description)/config/ur3e_default.yaml"/> | ||
|
||
<param unless="$(arg limited)" name="robot_description" | ||
command="$(find xacro)/xacro --inorder '$(find ur_e_description)/urdf/ur3e_robot.urdf.xacro' | ||
transmission_hw_interface:=$(arg transmission_hw_interface) | ||
kinematics_config:=$(arg kinematics_config)" | ||
/> | ||
<param if="$(arg limited)" name="robot_description" | ||
command="$(find xacro)/xacro --inorder '$(find ur_e_description)/urdf/ur3e_joint_limited_robot.urdf.xacro' | ||
transmission_hw_interface:=$(arg transmission_hw_interface) | ||
kinematics_config:=$(arg kinematics_config)" | ||
/> | ||
</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,14 +1,17 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="limited" default="false" doc="If true, limits joint range [-PI, PI] on all joints." /> | ||
<arg name="transmission_hw_interface" default="hardware_interface/PositionJointInterface" /> | ||
<arg name="kinematics_config" default="$(find ur_e_description)/config/ur5e_default.yaml"/> | ||
|
||
<param unless="$(arg limited)" name="robot_description" | ||
command="$(find xacro)/xacro --inorder '$(find ur_e_description)/urdf/ur5e_robot.urdf.xacro' | ||
transmission_hw_interface:=$(arg transmission_hw_interface) | ||
kinematics_config:=$(arg kinematics_config)" | ||
/> | ||
<param if="$(arg limited)" name="robot_description" | ||
command="$(find xacro)/xacro --inorder '$(find ur_e_description)/urdf/ur5e_joint_limited_robot.urdf.xacro' | ||
transmission_hw_interface:=$(arg transmission_hw_interface) | ||
kinematics_config:=$(arg kinematics_config)" | ||
/> | ||
</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
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