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

Add support for bazel (open to discussion) #1044

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

michael-hoss
Copy link
Contributor

@michael-hoss michael-hoss commented Mar 12, 2024

I am currently using the devkit's tracking evaluation as a submodule in my own bazel repo.

Let me know if you are generally interested making nuscenes-devkit bazel-compatible. If so, I would be happy to tidy up the contribution for a merge. Right now, this PR only includes bazel files needed for the tracking evaluation.

By then having the WORKSPACE file in the mother repo like this,

workspace(name = "name-of-mother-repo")

local_repository(
    name = "nuscenes-devkit",
    path = "path/to/submodule/nuscenes-devkit",
)

users of nuscenes-devkit can include bazel dependencies such as @nuscenes-devkit//python-sdk/nuscenes:nuscenes from their mother repos.

@michael-hoss michael-hoss changed the title Add support for bazel (open to discussion, WIP) Add support for bazel (open to discussion) Mar 12, 2024
@michael-hoss michael-hoss force-pushed the perceptest/nice_bazel branch from a932818 to 84ea0bd Compare April 5, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant