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

Upgrade to Drake 1.28 #340

Merged
merged 16 commits into from
Apr 16, 2024
Merged
6 changes: 3 additions & 3 deletions drake_ros/drake.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DRAKE_SUGGESTED_VERSION = struct(
url = "https://github.com/RobotLocomotion/drake/archive/refs/tags/v1.26.0.tar.gz", # noqa
sha256 = "f10b50b695ea29430cc291d1019b4cc1aceedcebec3290110b24b7e48c5f5588", # noqa,
strip_prefix = "drake-1.26.0",
url = "https://github.com/RobotLocomotion/drake/archive/refs/tags/v1.27.0.tar.gz", # noqa
sha256 = "c5d54d1ada9fb37d3b29fdd84d51756a9da18a2650c931bc570dd7405c69e976", # noqa,
strip_prefix = "drake-1.27.0",
)
Loading