Skip to content

Commit 467b785

Browse files
committed
generated apriltag successfully, missing greater scene apriltag texture
1 parent d84517e commit 467b785

File tree

5 files changed

+334
-0
lines changed

5 files changed

+334
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:965dd4fb79dbdfe5a7bb8192ec011fb7da9a29d71d6c5ab3de9e53d4a6ca2727
3+
size 1729
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<mujoco model="apriltag">
2+
<default>
3+
<default class="visual">
4+
<geom group="2" type="mesh" contype="0" conaffinity="0"/>
5+
</default>
6+
<default class="collision">
7+
<geom group="3" type="mesh"/>
8+
</default>
9+
</default>
10+
<asset>
11+
<texture type="2d" name="material_m36_0" file="material_m36_0.png"/>
12+
<material name="material_m36_0" texture="material_m36_0" specular="0.4000000000000001" shininess="0.001"/>
13+
<mesh file="apriltag.obj"/>
14+
</asset>
15+
<worldbody>
16+
<body name="apriltag">
17+
<geom material="material_m36_0" mesh="apriltag" class="visual"/>
18+
<geom mesh="apriltag" class="collision"/>
19+
</body>
20+
</worldbody>
21+
</mujoco>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
newmtl material_m36_0
2+
Ka 0.40000000 0.40000000 0.40000000
3+
Kd 1.00000000 1.00000000 1.00000000
4+
Ks 0.40000000 0.40000000 0.40000000
5+
Ns 1.00000000
6+
map_Kd material_m36_0.png
1.12 KB
Loading

0 commit comments

Comments
 (0)