File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# Change this string to other scenes you may want to load. You can also open the xml in a code editor
11
11
# 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'
13
13
14
14
15
15
if __name__ == '__main__' :
Original file line number Diff line number Diff line change 22
22
Simple humanoid on a hammock, implemented as a 2D grid composite, pinned at the corners.
23
23
-->
24
24
25
- <option timestep =" 0.001" solver =" CG" iterations =" 40" tolerance =" 1e-6 " />
25
+ <option timestep =" 0.001" solver =" CG" iterations =" 40" tolerance =" 1e-5 " />
26
26
27
27
<size memory =" 20M" />
28
28
33
33
<global offwidth =" 800" offheight =" 800" />
34
34
</visual >
35
35
36
- <extension >
37
- <plugin plugin =" mujoco.elasticity.shell" />
38
- </extension >
39
36
40
37
<asset >
41
38
<texture type =" skybox" builtin =" gradient" rgb1 =" 0.3 0.5 0.7" rgb2 =" 0 0 0" width =" 512" height =" 512" />
70
67
radius =" 0.01" >
71
68
<pin id =" 0 8 90 98" />
72
69
<edge equality =" true" solref =" 0.00001 4" damping =" 10" />
73
-
74
-
75
70
<contact selfcollide =" none" internal =" false" solimp =" .99 .999 .000001" solref =" 0.001 1" />
76
71
</flexcomp >
77
72
</body >
You can’t perform that action at this time.
0 commit comments