-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aron Svastits
committed
Nov 10, 2023
1 parent
73c410c
commit d367933
Showing
28 changed files
with
82 additions
and
791 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0"?> | ||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="kr6_r700-sixx"> | ||
<!-- Import urdf file --> | ||
<xacro:include filename="$(find kuka_agilus_support)/urdf/kr6_r700-sixx_macro.xacro"/> | ||
|
||
<!-- Read additional arguments --> | ||
<xacro:arg name="use_fake_hardware" default="false" /> | ||
|
||
<xacro:kuka_kr6_r700-sixx_robot prefix="" use_fake_hardware="$(arg use_fake_hardware)"/> | ||
</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 was deleted.
Oops, something went wrong.
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,10 @@ | ||
<?xml version="1.0"?> | ||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="kr6_r900-sixx"> | ||
<!-- Import urdf file --> | ||
<xacro:include filename="$(find kuka_agilus_support)/urdf/kr6_r900-sixx_macro.xacro"/> | ||
|
||
<!-- Read additional arguments --> | ||
<xacro:arg name="use_fake_hardware" default="false" /> | ||
|
||
<xacro:kuka_kr6_r900-sixx_robot prefix="" use_fake_hardware="$(arg use_fake_hardware)"/> | ||
</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 was deleted.
Oops, something went wrong.
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,19 +1,10 @@ | ||
<?xml version="1.0"?> | ||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="kr16_r2010-2"> | ||
<!-- Import urdf file --> | ||
<xacro:include filename="$(find kuka_cybertech_support)/urdf/kr16_r2010-2_macro.xacro"/> | ||
<!-- Import urdf file --> | ||
<xacro:include filename="$(find kuka_cybertech_support)/urdf/kr16_r2010-2_macro.xacro"/> | ||
|
||
<!-- Read parameters from rsi_config --> | ||
<xacro:property name="rsi_config" value="$(find kuka_rsi_hw_interface)/config/rsi_config.yaml" /> | ||
<xacro:property name="rsi_config_dict" value="${xacro.load_yaml(rsi_config)}"/> | ||
<xacro:property name="client_ip" value="${rsi_config_dict['client_ip']}" /> | ||
<xacro:property name="client_port" value="${rsi_config_dict['client_port']}" /> | ||
<!-- Read additional arguments --> | ||
<xacro:arg name="use_fake_hardware" default="false" /> | ||
|
||
<!-- Read additional arguments --> | ||
<xacro:arg name="use_fake_hardware" default="false" /> | ||
|
||
<xacro:kuka_kr16_r2010-2_robot prefix="" | ||
client_ip="${client_ip}" | ||
client_port="${client_port}" | ||
use_fake_hardware="$(arg use_fake_hardware)"/> | ||
<xacro:kuka_kr16_r2010-2_robot prefix="" use_fake_hardware="$(arg use_fake_hardware)"/> | ||
</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
Oops, something went wrong.