Skip to content

Commit

Permalink
Merge pull request #255 from Josh00-Lu/patch-1
Browse files Browse the repository at this point in the history
Fix bugs in kettle_asset.xml to ensure compatibility with the latest MuJoCo versions
  • Loading branch information
Kallinteris-Andreas authored Dec 5, 2024
2 parents 3719d9d + fcaa585 commit 185a95c
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
<material name="kettle_white" rgba=".9 .9 .9 1" reflectance="1" shininess="1" />
<material name="kettle_collision_blue" rgba="0.3 0.3 1.0 0.5" shininess="0" specular="0" />
</asset>
<default class="kettle">
<joint damping="2" frictionloss="2" armature=".01" limited="true" />
<geom conaffinity="0" contype="0" group="1" material="kettle_white" type="mesh"/>
<default class="kettle_collision">
<geom conaffinity="1" condim="4" contype="1" group="4" margin="0.001" material="kettle_collision_blue" solimp=".8 .9 .01" solref=".02 1" type="mesh"/>
<default>
<default class="kettle">
<joint damping="2" frictionloss="2" armature=".01" limited="true" />
<geom conaffinity="0" contype="0" group="1" material="kettle_white" type="mesh"/>
<default class="kettle_collision">
<geom conaffinity="1" condim="4" contype="1" group="4" margin="0.001" material="kettle_collision_blue" solimp=".8 .9 .01" solref=".02 1" type="mesh"/>
</default>
</default>
</default>
</mujocoinclude>

0 comments on commit 185a95c

Please sign in to comment.