Skip to content

Commit

Permalink
[workspace] Upgrade models_internal to latest commit (#19102)
Browse files Browse the repository at this point in the history
Switch to the upstream package.xml.
  • Loading branch information
jwnimmer-tri authored Mar 30, 2023
1 parent 12f80fc commit 7e009c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
14 changes: 3 additions & 11 deletions tools/workspace/models_internal/package.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,10 @@ exports_files(
visibility = ["@drake//multibody/parsing:__pkg__"],
)

# TODO(jwnimmer-tri) Add a real package.xml upstream.
genrule(
name = "package.xml_genrule",
srcs = ["@drake//:package.xml"],
outs = ["package.xml"],
cmd = "sed -e 's#drake#drake_models#' $< > $@",
visibility = ["//visibility:public"],
)

# Keep this list alpha-sorted.
_SRCS = glob([
_SRCS = [
"package.xml",
] + glob([
"dishes/**",
"franka_description/**",
"jaco_description/**",
Expand All @@ -41,7 +34,6 @@ filegroup(
name = "all",
srcs = _SRCS + [
"drake_repository_metadata.json",
"package.xml",
],
visibility = ["@drake//:__pkg__"],
)
4 changes: 2 additions & 2 deletions tools/workspace/models_internal/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def models_internal_repository(
github_archive(
name = name,
repository = "RobotLocomotion/models",
commit = "6751ba850fd46fee789a095edba7ad9fc99cd188",
sha256 = "dc38658f7acb4d07442e6dae4d18818d31ac6cc6d66bf16913ef1b208692627c", # noqa
commit = "dfd7adf36c3845175745a82786b9cc49970b0a5e",
sha256 = "5c8a7a7bda819f25381968208552aaa1c427e30a1055f971cfb951f8159c59c3", # noqa
build_file = ":package.BUILD.bazel",
mirrors = mirrors,
)

0 comments on commit 7e009c7

Please sign in to comment.