Skip to content

Commit

Permalink
caminan12 pro
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazh committed Jan 29, 2018
1 parent 19280f3 commit f1995d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions urdf/leg.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@
<link name="${side}_phalange" >
<inertial>
<origin xyz="0 0 0" />
<mass value="0.2"/>
<xacro:cuboid_inertia_def x="${phalange_large}" y="${phalange_width}" z="${phalange_height}" mass="0.2"/>
<mass value="0.1"/>
<xacro:cuboid_inertia_def x="${phalange_large}" y="${phalange_width}" z="${phalange_height}" mass="0.1"/>
</inertial>
<visual>
<origin xyz="0 0 ${-1*phalange_height/2}" rpy="0 0 0" />
Expand Down Expand Up @@ -185,7 +185,7 @@
<child link="${side}_thigh"/>
<origin xyz="0 0 0" rpy="0 0 0" />
<axis xyz="0 1 0" />
<limit effort="4" velocity="4" lower="${-75*M_PI/180}" upper="${45*M_PI/180}" />
<limit effort="8" velocity="6" lower="${-75*M_PI/180}" upper="${45*M_PI/180}" />
<!--dynamics damping="${dxl_damping}" friction="${dxl_friction}" /-->
</joint>

Expand Down
2 changes: 1 addition & 1 deletion urdf/structure.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<joint name="beam_to_slider" type="fixed">
<parent link="beam"/>
<child link="slider"/>
<origin xyz="0 1 ${-1*cross_length}" rpy="0 0 0"/>
<origin xyz="0 5 ${-1*cross_length}" rpy="0 0 0"/>
<axis xyz="1 0 0" />
<!--limit effort="3" velocity="2" lower="5" upper="20" /-->
</joint>
Expand Down

0 comments on commit f1995d2

Please sign in to comment.