Skip to content

Commit 06dd922

Browse files
committed
Renaming XML file
1 parent 30a421c commit 06dd922

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

dynamixel_2r/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"url": "https://cad.onshape.com/documents/c261e707fbd05d9a111bbdd3/w/2b2b7908e9fc282f8fc113ce/e/67a067163b98ae778d880134",
44
"output_format": "mujoco",
55
"no_collision_meshes": true,
6+
"output_filename": "dynamixel_2r",
67

78
"joint_properties": {
89
// MX-106
File renamed without changes.

dynamixel_2r/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="dynamixel_2r.xml" />
33

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

0 commit comments

Comments
 (0)