Skip to content

Commit 2fb6f32

Browse files
committed
First fix of properties dimensions
1 parent c1ca6b3 commit 2fb6f32

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

meldog_description/description/links/properties/H_properties.urdf.xacro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">
33

44
<!-- simple collision shape properties -->
5-
<xacro:property name="hip_col_length" value="0.2"/>
6-
<xacro:property name="hip_col_radius" value="0.125"/>
5+
<xacro:property name="hip_col_length" value="0.23"/>
6+
<xacro:property name="hip_col_radius" value="0.12"/>
77

88
<!-- meshes -->
99
<xacro:property name="hip_vis_stl_name" value="hip_test.stl" />

meldog_description/description/links/properties/LL_properties.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- simple collision shape dimensions -->
55
<xacro:property name="lower_limb_col_length" value="0.25"/>
6-
<xacro:property name="lower_limb_col_radius" value="0.125"/>
6+
<xacro:property name="lower_limb_col_radius" value="0.0275"/>
77

88
<!-- meshes -->
99
<xacro:property name="lower_limb_vis_stl_name" value="LL_vis_v2.stl" />

meldog_description/description/links/properties/UL_properties.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- simple collision shape properties -->
55
<xacro:property name="upper_limb_col_length" value="0.25"/>
6-
<xacro:property name="upper_limb_col_radius" value="0.125"/>
6+
<xacro:property name="upper_limb_col_radius" value="0.025"/>
77

88
<!-- meshes -->
99
<xacro:property name="upper_limb_vis_stl_name" value="upper_limb_test.stl" />

0 commit comments

Comments
 (0)