Skip to content

Commit

Permalink
[workspace] Upgrade drake_models to latest commit (#21217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored Mar 29, 2024
1 parent e41e11f commit 2b325f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/workspace/drake_models/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def drake_models_repository(
github_archive(
name = name,
repository = "RobotLocomotion/models",
commit = "9c377659c3cc3282aa2f2c510c327f4c5538e8fa",
sha256 = "f6e6ba6e023ec23b2591ff32f026fe43b279c3c86f331a9e6b3bac2fcbe89606", # noqa
commit = "cb72f82b5276cff8257ee13ab59f10327bf9f8f7",
sha256 = "554bb278928e103c005ba2a491c78242a2742f717cda6427570e0e9288f5c84e", # noqa
build_file = ":package.BUILD.bazel",
mirrors = mirrors,
)
4 changes: 4 additions & 0 deletions tools/workspace/drake_models/test/parse_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ def test_all_models(self):
# wants to fix the warnings, be our guest.
"package://drake_models/allegro_hand_description/urdf/allegro_hand_description_left.urdf", # noqa
"package://drake_models/allegro_hand_description/urdf/allegro_hand_description_right.urdf", # noqa
# We don't have any tracking issue for fixing the PR2 models,
# because we don't use them for anything we care about. If someone
# wants to fix the warnings, be our guest.
"package://drake_models/pr2_description/urdf/pr2_simplified.urdf"
]
self.assertFalse(set(models_with_warnings) - set(all_models))

Expand Down

0 comments on commit 2b325f9

Please sign in to comment.