Skip to content

Commit

Permalink
asfd
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazh committed Jan 29, 2018
1 parent f41ae52 commit 0404b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion urdf/leg.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<joint name="${side}_phalange_joint" type="revolute">
<parent link="${side}_ankle"/>
<child link="${side}_phalange"/>
<origin xyz="0 0 ${-1*ankle_height}" rpy="0 0 0" />
<origin xyz="${-1*ankle_large/2} 0 ${-1*ankle_height}" rpy="0 0 0" />
<axis xyz="0 1 0" />
<limit effort="8" velocity="6" lower="${-45*M_PI/180}" upper="0" />
<!--dynamics damping="${dxl_damping}" friction="${dxl_friction}" /-->
Expand Down
2 changes: 1 addition & 1 deletion urdf/structure.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<xacro:property name="column_height" value="1.25" />
<xacro:property name="cross_length" value="0.025" />
<xacro:property name="beam_height" value="7" />
<xacro:property name="support_height" value="1.30" />
<xacro:property name="support_height" value="1.26" />
<xacro:macro name="structure" params="parent child body_height body_width body_large">

<xacro:joint_transmission joint="slider_to_support"/>
Expand Down

0 comments on commit 0404b9d

Please sign in to comment.