chrisjcc commited on
Commit
3739ef7
·
verified ·
1 Parent(s): ea73c55

Every object now has density included

Browse files
Files changed (1) hide show
  1. assets/tray.xml +11 -12
assets/tray.xml CHANGED
@@ -49,62 +49,61 @@
49
 
50
  <!-- Objects -->
51
  <body name="obj0" pos="0.12 -0.18 0.1">
52
- <geom type="box" size="0.015 0.015 0.015" rgba="1 0 0 1"/>
53
  <joint type="free"/>
54
  </body>
55
 
56
  <body name="obj1" pos="-0.07 0.22 0.1">
57
- <geom type="sphere" size="0.015" rgba="0 1 0 1"/>
58
  <joint type="free"/>
59
  </body>
60
 
61
  <body name="obj2" pos="0.19 0.03 0.1">
62
- <geom type="box" size="0.015 0.015 0.015" rgba="0 0 1 1"/>
63
  <joint type="free"/>
64
  </body>
65
 
66
  <body name="obj3" pos="-0.14 -0.09 0.1">
67
- <geom type="sphere" size="0.015" rgba="1 1 0 1"/>
68
  <joint type="free"/>
69
  </body>
70
 
71
  <!-- q=(w,x,y,z) -->
72
  <body name="obj4" pos="0.1 0.2 0.1" quat="1 0 0 0">
73
- <geom type="cylinder" size="0.015 0.03" rgba="1 0 1 1" density="50"/>
74
  <joint type="free"/>
75
  </body>
76
 
77
  <body name="obj5" pos="-0.21 0.08 0.1">
78
- <geom type="sphere" size="0.015" rgba="0 1 1 1"/>
79
  <joint type="free"/>
80
  </body>
81
 
82
  <body name="obj6" pos="0.17 -0.12 0.1">
83
- <geom type="box" size="0.015 0.015 0.015" rgba="1 0.5 0 1"/>
84
  <joint type="free"/>
85
  </body>
86
 
87
  <body name="obj7" pos="-0.03 -0.20 0.1">
88
- <geom type="sphere" size="0.015" rgba="0.5 0 1 1"/>
89
  <joint type="free"/>
90
  </body>
91
 
92
  <body name="obj8" pos="0.24 0.11 0.1">
93
- <geom type="box" size="0.015 0.015 0.015" rgba="0.3 0.8 0.2 1"/>
94
  <joint type="free"/>
95
  </body>
96
 
97
  <body name="obj9" pos="-0.16 0.19 0.1">
98
- <geom type="sphere" size="0.015" rgba="0.9 0.3 0.7 1"/>
99
  <joint type="free"/>
100
  </body>
101
 
102
  <!-- Pusher (black disc) -->
103
  <body name="pusher" pos="0.20 0.10 0.2">
104
- <geom type="cylinder" size="0.04 0.01" rgba="0 0 0 1" density="2000"/>
105
  <joint type="free"/>
106
  </body>
107
-
108
 
109
  </worldbody>
110
  </mujoco>
 
49
 
50
  <!-- Objects -->
51
  <body name="obj0" pos="0.12 -0.18 0.1">
52
+ <geom type="box" size="0.015 0.015 0.015" rgba="1 0 0 1" density="1000"/>
53
  <joint type="free"/>
54
  </body>
55
 
56
  <body name="obj1" pos="-0.07 0.22 0.1">
57
+ <geom type="sphere" size="0.015" rgba="0 1 0 1" density="2000"/>
58
  <joint type="free"/>
59
  </body>
60
 
61
  <body name="obj2" pos="0.19 0.03 0.1">
62
+ <geom type="box" size="0.015 0.015 0.015" rgba="0 0 1 1" density="1000"/>
63
  <joint type="free"/>
64
  </body>
65
 
66
  <body name="obj3" pos="-0.14 -0.09 0.1">
67
+ <geom type="sphere" size="0.015" rgba="1 1 0 1" density="2000"/>
68
  <joint type="free"/>
69
  </body>
70
 
71
  <!-- q=(w,x,y,z) -->
72
  <body name="obj4" pos="0.1 0.2 0.1" quat="1 0 0 0">
73
+ <geom type="cylinder" size="0.015 0.03" rgba="1 0 1 1" density="500"/>
74
  <joint type="free"/>
75
  </body>
76
 
77
  <body name="obj5" pos="-0.21 0.08 0.1">
78
+ <geom type="sphere" size="0.015" rgba="0 1 1 1" density="2000"/>
79
  <joint type="free"/>
80
  </body>
81
 
82
  <body name="obj6" pos="0.17 -0.12 0.1">
83
+ <geom type="box" size="0.015 0.015 0.015" rgba="1 0.5 0 1" density="1000"/>
84
  <joint type="free"/>
85
  </body>
86
 
87
  <body name="obj7" pos="-0.03 -0.20 0.1">
88
+ <geom type="sphere" size="0.015" rgba="0.5 0 1 1" density="2000"/>
89
  <joint type="free"/>
90
  </body>
91
 
92
  <body name="obj8" pos="0.24 0.11 0.1">
93
+ <geom type="box" size="0.015 0.015 0.015" rgba="0.3 0.8 0.2 1" density="1000"/>
94
  <joint type="free"/>
95
  </body>
96
 
97
  <body name="obj9" pos="-0.16 0.19 0.1">
98
+ <geom type="sphere" size="0.015" rgba="0.9 0.3 0.7 1" density="2000"/>
99
  <joint type="free"/>
100
  </body>
101
 
102
  <!-- Pusher (black disc) -->
103
  <body name="pusher" pos="0.20 0.10 0.2">
104
+ <geom type="cylinder" size="0.04 0.01" rgba="0 0 0 1" density="2500"/>
105
  <joint type="free"/>
106
  </body>
 
107
 
108
  </worldbody>
109
  </mujoco>