Skip to content

Commit 1870a42

Browse files
committed
Renaming robot XML name
1 parent 2565534 commit 1870a42

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

robot_soccer_kit/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Onshape-to-robot export configuration file
33
"url": "https://cad.onshape.com/documents/81e7adfaf4d8d74f2936fbd5/w/97141f458dee8c3b80cbf3d2/e/5e1ff591ff562de3da8ed2af",
44
"output_format": "mujoco",
5+
"output_filename": "robot_soccer_kit",
56
"use_scads": true,
67
"simplify_stls": true,
78
"max_stl_size": 1,
@@ -25,4 +26,4 @@
2526
"kp": 500
2627
}
2728
}
28-
}
29+
}
File renamed without changes.

robot_soccer_kit/scene.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<mujoco model="scene">
2-
<include file="robot.xml"/>
2+
<include file="robot_soccer_kit.xml"/>
33

44
<visual>
55
<headlight diffuse="0.6 0.6 0.6" ambient="0.3 0.3 0.3" specular="0 0 0"/>
@@ -18,4 +18,4 @@
1818
<light pos="0 0 3.5" dir="0 0 -1" directional="true"/>
1919
<geom name="floor" size="0 0 0.05" pos="0 0 0" type="plane" material="groundplane"/>
2020
</worldbody>
21-
</mujoco>
21+
</mujoco>

0 commit comments

Comments
 (0)