Skip to content

Commit a8341f1

Browse files
authored
fix baxter mesh issues (#703)
1 parent bdbaf55 commit a8341f1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

robosuite/models/assets/robots/baxter/robot.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<material name="Material.003" specular="0.5" shininess="0.225" rgba="0.640000 0.000000 0.000000 1.000000"/>
1010
<material name="Material_001.003" specular="0.5" shininess="0.225" rgba="0.000000 0.000000 0.000000 1.000000"/>
1111
<mesh name="H1_0" file="obj_meshes/head/H1/H1_0.obj"/>
12-
<mesh name="H1_1" file="obj_meshes/head/H1/H1_1.obj"/>
12+
<mesh name="H1_1" file="obj_meshes/head/H1/H1_1.obj" inertia="shell"/>
1313
<!-- lower elbow E1 material and mesh -->
1414
<material name="Material_001.004" specular="0.5" shininess="0.225" rgba="0.512000 0.000000 0.000000 1.000000"/>
1515
<material name="Material_002" specular="0.5" shininess="0.225" rgba="0.016303 0.016303 0.016303 1.000000"/>

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
"numpy>=1.13.3",
1919
"numba>=0.49.1",
2020
"scipy>=1.2.3",
21-
"mujoco>=3.2.3",
21+
"mujoco>=3.3.0",
2222
"mink>=0.0.5",
23+
"qpsolvers[quadprog]>=4.3.1",
2324
"Pillow",
2425
"opencv-python",
2526
"pynput",

0 commit comments

Comments
 (0)