Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test switching xacro to bcr #22341

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ register_toolchains(
# file, so that downstream projects can consume Drake exclusively via bzlmod
# (and so that we can delete our WORKSPACE files prior to Bazel 9 which drops
# suppose for it).

bazel_dep(name = "xacro")
local_path_override(
module_name = "xacro",
path = "../xacro",
)
2 changes: 1 addition & 1 deletion examples/multibody/strandbeest/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("//tools/lint:lint.bzl", "add_lint_tests")
load("//tools/skylark:drake_cc.bzl", "drake_cc_binary")
load("//tools/skylark:drake_py.bzl", "drake_py_unittest")
load("//tools/workspace/ros_xacro_internal:defs.bzl", "xacro_filegroup")
load("@xacro//bazel:defs.bzl", "xacro_filegroup")

package(default_visibility = ["//visibility:private"])

Expand Down
3 changes: 0 additions & 3 deletions tools/workspace/default.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ load("//tools/workspace/pycodestyle:repository.bzl", "pycodestyle_repository")
load("//tools/workspace/python:repository.bzl", "python_repository")
load("//tools/workspace/qdldl_internal:repository.bzl", "qdldl_internal_repository") # noqa
load("//tools/workspace/qhull_internal:repository.bzl", "qhull_internal_repository") # noqa
load("//tools/workspace/ros_xacro_internal:repository.bzl", "ros_xacro_internal_repository") # noqa
load("//tools/workspace/rules_cc:repository.bzl", "rules_cc_repository") # noqa
load("//tools/workspace/rules_java:repository.bzl", "rules_java_repository")
load("//tools/workspace/rules_license:repository.bzl", "rules_license_repository") # noqa
Expand Down Expand Up @@ -302,8 +301,6 @@ def add_default_repositories(
qdldl_internal_repository(name = "qdldl_internal", mirrors = mirrors)
if "qhull_internal" not in excludes:
qhull_internal_repository(name = "qhull_internal", mirrors = mirrors)
if "ros_xacro_internal" not in excludes:
ros_xacro_internal_repository(name = "ros_xacro_internal", mirrors = mirrors) # noqa
if "rules_cc" not in excludes:
rules_cc_repository(name = "rules_cc", mirrors = mirrors)
if "rules_java" not in excludes:
Expand Down
25 changes: 0 additions & 25 deletions tools/workspace/ros_xacro_internal/BUILD.bazel

This file was deleted.

96 changes: 0 additions & 96 deletions tools/workspace/ros_xacro_internal/defs.bzl

This file was deleted.

31 changes: 0 additions & 31 deletions tools/workspace/ros_xacro_internal/package.BUILD.bazel

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions tools/workspace/ros_xacro_internal/repository.bzl

This file was deleted.

4 changes: 0 additions & 4 deletions tools/workspace/ros_xacro_internal/test/box.xml

This file was deleted.

8 changes: 0 additions & 8 deletions tools/workspace/ros_xacro_internal/test/sample1.xml.expected

This file was deleted.

5 changes: 0 additions & 5 deletions tools/workspace/ros_xacro_internal/test/sample1.xml.xacro

This file was deleted.

9 changes: 0 additions & 9 deletions tools/workspace/ros_xacro_internal/test/sample2.xml.expected

This file was deleted.

6 changes: 0 additions & 6 deletions tools/workspace/ros_xacro_internal/test/sample2.xml.xacro

This file was deleted.

21 changes: 0 additions & 21 deletions tools/workspace/ros_xacro_internal/test/xacro_smoke_test.py

This file was deleted.