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
Next Next commit
Upgrade to drake 1,27
Signed-off-by: Aditya Pande <[email protected]>
adityapande-1995 committed Mar 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 78a4d974a7c7f143e6a6795f0774770627305401
4 changes: 2 additions & 2 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
url = "https://github.com/RobotLocomotion/drake/archive/refs/tags/v1.27.0.tar.gz", # noqa
sha256 = "f10b50b695ea29430cc291d1019b4cc1aceedcebec3290110b24b7e48c5f5588", # noqa,
strip_prefix = "drake-1.26.0",
strip_prefix = "drake-1.27.0",
)