Skip to content

Commit

Permalink
[tri_homecart] Move to drake_models package
Browse files Browse the repository at this point in the history
For example, users should now load
  package://drake_models/tri_homecart/homecart.dmd.yaml
instead of
  package://drake/manipulation/models/tri_homecart/homecart.dmd.yaml
  • Loading branch information
jwnimmer-tri committed Feb 21, 2024
1 parent 098ed59 commit 82eb937
Show file tree
Hide file tree
Showing 17 changed files with 43 additions and 912 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ filegroup(
"//manipulation/models/iiwa_description:models",
"//manipulation/models/jaco_description:models",
"//manipulation/models/realsense2_description:models",
"//manipulation/models/tri_homecart:models",
"//manipulation/models/ur3e:models",
"//manipulation/models/wsg_50_description:models",
"//manipulation/models/ycb:models",
"//multibody/benchmarks/acrobot:models",
"@drake_models",
],
visibility = ["//:__subpackages__"],
)
Expand Down
1 change: 0 additions & 1 deletion manipulation/models/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ install(
"//manipulation/models/iiwa_description:install_data",
"//manipulation/models/jaco_description:install_data",
"//manipulation/models/realsense2_description:install_data",
"//manipulation/models/tri_homecart:install_data",
"//manipulation/models/ur3e:install_data",
"//manipulation/models/wsg_50_description:install_data",
"//manipulation/models/ycb:install_data",
Expand Down
76 changes: 0 additions & 76 deletions manipulation/models/tri_homecart/BUILD.bazel

This file was deleted.

7 changes: 0 additions & 7 deletions manipulation/models/tri_homecart/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions manipulation/models/tri_homecart/homecart.dmd.yaml

This file was deleted.

Loading

0 comments on commit 82eb937

Please sign in to comment.