Skip to content

Commit 59c11eb

Browse files
committed
Remove elasticity dependency
1 parent 2994e17 commit 59c11eb

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

welcome_scene/hello_ssnr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Change this string to other scenes you may want to load. You can also open the xml in a code editor
1111
# to examine its contents. For more instructions check out the header comments of xml/01_planar_arm.xml
12-
xml = r'welcome.xml'
12+
xml = r'welcome_scene/welcome.xml'
1313

1414

1515
if __name__ == '__main__':

welcome_scene/welcome.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Simple humanoid on a hammock, implemented as a 2D grid composite, pinned at the corners.
2323
-->
2424

25-
<option timestep="0.001" solver="CG" iterations="40" tolerance="1e-6"/>
25+
<option timestep="0.001" solver="CG" iterations="40" tolerance="1e-5"/>
2626

2727
<size memory="20M"/>
2828

@@ -33,9 +33,6 @@
3333
<global offwidth="800" offheight="800"/>
3434
</visual>
3535

36-
<extension>
37-
<plugin plugin="mujoco.elasticity.shell"/>
38-
</extension>
3936

4037
<asset>
4138
<texture type="skybox" builtin="gradient" rgb1="0.3 0.5 0.7" rgb2="0 0 0" width="512" height="512"/>
@@ -70,8 +67,6 @@
7067
radius="0.01">
7168
<pin id="0 8 90 98"/>
7269
<edge equality="true" solref="0.00001 4" damping="10"/>
73-
74-
7570
<contact selfcollide="none" internal="false" solimp=".99 .999 .000001" solref="0.001 1"/>
7671
</flexcomp>
7772
</body>

0 commit comments

Comments
 (0)