From f3cb200aef0e19c2456969808095972012a9c40a Mon Sep 17 00:00:00 2001 From: Walter Fetter Lages Date: Fri, 8 Jan 2021 20:13:23 -0300 Subject: [PATCH] Add parameters to xacro models to consider hardware variations. --- bhand_description/launch/bhand.launch | 3 +- bhand_description/xacro/bhand.urdf.xacro | 26 +++++++++++++ bhand_description/xacro/bhand0.urdf.xacro | 28 -------------- wam_description/launch/wam.launch | 17 +-------- wam_description/xacro/wam.urdf.xacro | 48 ++++++++++++++++++++++++ wam_description/xacro/wam_bhand.urdf.xacro | 17 --------- wam_description/xacro/wam_bhand_table.urdf.xacro | 26 ------------- wam_description/xacro/wam_bhand_world.urdf.xacro | 15 -------- wam_description/xacro/wam_world.urdf.xacro | 15 -------- 9 files changed, 76 insertions(+), 119 deletions(-) delete mode 100644 bhand_description/xacro/bhand0.urdf.xacro delete mode 100644 wam_description/xacro/wam_bhand.urdf.xacro delete mode 100644 wam_description/xacro/wam_bhand_table.urdf.xacro delete mode 100644 wam_description/xacro/wam_bhand_world.urdf.xacro delete mode 100644 wam_description/xacro/wam_world.urdf.xacro diff --git a/bhand_description/launch/bhand.launch b/bhand_description/launch/bhand.launch index 243fdbd..ec65298 100644 --- a/bhand_description/launch/bhand.launch +++ b/bhand_description/launch/bhand.launch @@ -1,6 +1,5 @@ - - + diff --git a/bhand_description/xacro/bhand.urdf.xacro b/bhand_description/xacro/bhand.urdf.xacro index 5cc7069..018e4c1 100644 --- a/bhand_description/xacro/bhand.urdf.xacro +++ b/bhand_description/xacro/bhand.urdf.xacro @@ -1,5 +1,6 @@ + @@ -97,4 +98,29 @@ + + + + + + + + + + + + + + + + + + + + + 0.001 + + + + diff --git a/bhand_description/xacro/bhand0.urdf.xacro b/bhand_description/xacro/bhand0.urdf.xacro deleted file mode 100644 index c414dfd..0000000 --- a/bhand_description/xacro/bhand0.urdf.xacro +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - 0.001 - - - - diff --git a/wam_description/launch/wam.launch b/wam_description/launch/wam.launch index cec8ec6..c383509 100644 --- a/wam_description/launch/wam.launch +++ b/wam_description/launch/wam.launch @@ -3,20 +3,5 @@ - - - - - - - - - - - - - - - - + diff --git a/wam_description/xacro/wam.urdf.xacro b/wam_description/xacro/wam.urdf.xacro index 83f0b07..c1cd7f7 100644 --- a/wam_description/xacro/wam.urdf.xacro +++ b/wam_description/xacro/wam.urdf.xacro @@ -2,6 +2,12 @@ + + + + + + @@ -37,4 +43,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wam_description/xacro/wam_bhand.urdf.xacro b/wam_description/xacro/wam_bhand.urdf.xacro deleted file mode 100644 index db1f97e..0000000 --- a/wam_description/xacro/wam_bhand.urdf.xacro +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/wam_description/xacro/wam_bhand_table.urdf.xacro b/wam_description/xacro/wam_bhand_table.urdf.xacro deleted file mode 100644 index 432d8e2..0000000 --- a/wam_description/xacro/wam_bhand_table.urdf.xacro +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/wam_description/xacro/wam_bhand_world.urdf.xacro b/wam_description/xacro/wam_bhand_world.urdf.xacro deleted file mode 100644 index 6b07214..0000000 --- a/wam_description/xacro/wam_bhand_world.urdf.xacro +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/wam_description/xacro/wam_world.urdf.xacro b/wam_description/xacro/wam_world.urdf.xacro deleted file mode 100644 index de57ace..0000000 --- a/wam_description/xacro/wam_world.urdf.xacro +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - -- 2.12.0