Skip to content

Commit f59889f

Browse files
Pin drake_models to an older commit
From 9b274a2570ddefc4140e4b98bcf248003289b870 onward, obj mesh files converted to glTF in drake_models don't work with PyBullet, resulting in the following errors: /home/runner/.cache/robot_descriptions/drake_models/iiwa_description/urdf/iiwa14_primitive_collision.urdf:60: invalid mesh filename extension 'gltf' b3Error[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,121]: Could not parse visual element for Link:b3Error[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,121]: iiwa_link_0b3Error[examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp,121]:
1 parent 4f4c3c7 commit f59889f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

robot_descriptions/_repositories.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ class Repository:
7878
),
7979
"drake_models": Repository(
8080
url="https://github.com/RobotLocomotion/models.git",
81-
commit="c81f2458cf6d19a20a27e1495e7f07202536e845",
81+
# From 9b274a2570ddefc4140e4b98bcf248003289b870 onward, obj mesh files
82+
# converted to glTF in drake_models don't work with PyBullet ("invalid
83+
# mesh filename extension 'gltf'")
84+
commit="d0fe1a427a6bd39040ff3a77aaf6ddcc4d62a8fe",
8285
cache_path="drake_models",
8386
),
8487
"eDO_description": Repository(

0 commit comments

Comments
 (0)