Skip to content

Commit eca5214

Browse files
committed
review comments
1 parent ce9b197 commit eca5214

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

tools/mujoco-simulator/mujoco-simulator/K1/K1.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<mesh name="Right_Shank" file="Right_Shank.STL" />
5454
<mesh name="Right_Ankle_Cross" file="Right_Ankle_Cross.STL" />
5555
<mesh name="Right_Foot" file="Right_Foot.STL" />
56-
<mesh name="ball" file="ball.obj" scale="0.095 0.095 0.095" />
5756
</asset>
5857

5958
<include file="ball.xml" />
@@ -870,4 +869,4 @@
870869
<accelerometer name="accelerometer" site="imu" noise="0.005" />
871870
</sensor>
872871

873-
</mujoco>
872+
</mujoco>

tools/mujoco-simulator/mujoco-simulator/K1/ball.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<mujoco model="ball">
2-
<compiler angle="radian" meshdir="meshes/" texturedir="textures/" />
2+
<compiler angle="radian" meshdir="meshes/"/>
33

44
<asset>
55
<texture
@@ -16,8 +16,9 @@
1616
<material name="ball">
1717
<layer texture="ball_rgb" role="rgb" />
1818
<layer texture="ball_normal" role="normal" />
19-
2019
</material>
20+
21+
<mesh name="ball" file="ball.obj" scale="0.095 0.095 0.095" />
2122
</asset>
2223

2324
<worldbody>
@@ -49,4 +50,4 @@
4950
</body>
5051
</worldbody>
5152

52-
</mujoco>
53+
</mujoco>

tools/mujoco-simulator/mujoco-simulator/K1/meshes/uv_sphere.stl

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)