Skip to content

Commit

Permalink
Clean up MJCF files
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanElsner committed Nov 29, 2023
1 parent d4d0d1c commit 0adab39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions src/dm_robotics/panda/assets/panda/panda.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<mesh name="link5" file="link5.obj" />
<mesh name="link6" file="link6.obj" />
<mesh name="link7" file="link7.obj" />
<mesh name="hand" file="hand.obj" />
<mesh name="finger" file="finger.obj" />
<texture name="panda" file="panda.png" type="2d" />
<material name="panda" texture="panda" shininess=".4" specular=".4" />
<material name="panda_white" rgba="1 1 1 1" shininess="0.4" specular="0.4" />
Expand Down
9 changes: 0 additions & 9 deletions src/dm_robotics/panda/assets/panda/panda_hand.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
<mujoco model="panda_hand">
<compiler angle="radian" />
<asset>
<mesh name="link0" file="link0.obj" />
<mesh name="link1" file="link1.obj" />
<mesh name="link2" file="link2.obj" />
<mesh name="link3" file="link3.obj" />
<mesh name="link4" file="link4.obj" />
<mesh name="link5" file="link5.obj" />
<mesh name="link6" file="link6.obj" />
<mesh name="link7" file="link7.obj" />
<mesh name="hand" file="hand.obj" />
<mesh name="finger" file="finger.obj" />
<texture name="panda" file="panda.png" type="2d" />
<material name="panda" texture="panda" shininess=".4" specular=".4" />
<material name="panda_white" rgba="1 1 1 1" shininess="0.4" specular="0.4" />
</asset>
<equality>
<joint name="couple_fingers" joint1="panda_finger_joint1" joint2="panda_finger_joint2" solimp="0.95 0.99 0.001" solref="0.005 1"/>
Expand Down

0 comments on commit 0adab39

Please sign in to comment.