Datasets:

ArXiv:
License:
Priosin commited on
Commit
0dfa868
·
verified ·
1 Parent(s): b2373e6

Create barrier.xml

Browse files
assets/playground/open_cabinet/mjcf/barrier.xml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <mujoco model="barrier">
2
+ <worldbody>
3
+ <geom type="box" name="barrier_geom"
4
+ pos="0.0 0 0"
5
+ size="0.01 1 1"
6
+ condim="3"
7
+ friction="1 .03 .003"
8
+ rgba="0 1 0 0.2"
9
+ contype="2"
10
+ conaffinity="1"
11
+ solref="0.01 1" />
12
+ </worldbody>
13
+ </mujoco>