From d5d1e21959331c9c785c10acb34d687f40dc6b57 Mon Sep 17 00:00:00 2001 From: Erik Andresen Date: Tue, 31 Dec 2019 13:32:19 +0100 Subject: [PATCH] Copied urdf from open_manipulator_description --- launch/open_manipulator.launch | 4 +- urdf/open_manipulator.urdf.xacro | 359 ++++++++++++++++++ urdf/wild_thumper_with_manipulator.urdf.xacro | 12 + 3 files changed, 374 insertions(+), 1 deletion(-) create mode 100644 urdf/open_manipulator.urdf.xacro create mode 100644 urdf/wild_thumper_with_manipulator.urdf.xacro diff --git a/launch/open_manipulator.launch b/launch/open_manipulator.launch index dcb2e7b..f6ccaf5 100644 --- a/launch/open_manipulator.launch +++ b/launch/open_manipulator.launch @@ -1,10 +1,12 @@ + + - + diff --git a/urdf/open_manipulator.urdf.xacro b/urdf/open_manipulator.urdf.xacro new file mode 100644 index 0000000..f1a5529 --- /dev/null +++ b/urdf/open_manipulator.urdf.xacro @@ -0,0 +1,359 @@ + + + + + + + + + + + + + transmission_interface/SimpleTransmission + + hardware_interface/EffortJointInterface + + + hardware_interface/EffortJointInterface + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/urdf/wild_thumper_with_manipulator.urdf.xacro b/urdf/wild_thumper_with_manipulator.urdf.xacro new file mode 100644 index 0000000..3144258 --- /dev/null +++ b/urdf/wild_thumper_with_manipulator.urdf.xacro @@ -0,0 +1,12 @@ + + + + + + + + + + + + -- 2.39.2