duburcqa commited on
Commit
4d96c35
·
unverified ·
1 Parent(s): 69200ef

Add cross model.

Browse files
Files changed (1) hide show
  1. cross.xml +30 -0
cross.xml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <mujoco model="ant">
2
+ <compiler angle="degree" coordinate="local" inertiafromgeom="true"/>
3
+ <default>
4
+ <joint type="hinge" armature="0.01" damping="0.0" limited="false"/>
5
+ <geom condim="3" friction="1 0.5 0.5" type="capsule" size="0.08" rgba="0.8 0.6 0.4 1"/>
6
+ </default>
7
+ <worldbody>
8
+ <body name="torso">
9
+ <freejoint/>
10
+ <geom fromto="-0.2 -0.2 0.0 0.2 0.2 0.0"/>
11
+ <geom fromto="0.2 -0.2 0.0 -0.2 0.2 0.0"/>
12
+ <body name="front_left_leg" pos="0.2 0.2 0">
13
+ <joint name="ankle_1" axis="-1 1 0"/>
14
+ <geom fromto="0.0 0.0 0.0 0.4 0.4 0.0"/>
15
+ </body>
16
+ <body name="front_right_leg" pos="-0.2 0.2 0">
17
+ <joint name="ankle_2" axis="1 1 0"/>
18
+ <geom fromto="0.0 0.0 0.0 -0.4 0.4 0.0"/>
19
+ </body>
20
+ <body name="back_leg" pos="-0.2 -0.2 0">
21
+ <joint name="ankle_3" axis="-1 1 0"/>
22
+ <geom fromto="0.0 0.0 0.0 -0.4 -0.4 0.0"/>
23
+ </body>
24
+ <body name="right_back_leg" pos="0.2 -0.2 0">
25
+ <joint name="ankle_4" axis="1 1 0"/>
26
+ <geom fromto="0.0 0.0 0.0 0.4 -0.4 0.0"/>
27
+ </body>
28
+ </body>
29
+ </worldbody>
30
+ </mujoco>