RobotLocomotion / drake

Model-based design and verification for robotics.
https://drake.mit.edu
Other
3.35k stars 1.27k forks source link

[tools] Port tests to use runfiles properly #22186

Closed jwnimmer-tri closed 3 days ago

jwnimmer-tri commented 1 week ago

In Bazel 8, we can't just assume runfiles are in the cwd with well-known names.

Towards #22182.


This change is Reviewable

jwnimmer-tri commented 1 week ago

+@xuchenhan-tri for feature review, please.