[wpimath] Update to drake v0.35.0 (#3665)

This commit is contained in:
Tyler Veness
2021-10-22 23:02:08 -07:00
committed by GitHub
parent 4d287d1ae2
commit 737b57ed5f
2 changed files with 34 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ from upstream_utils import setup_upstream_repo, comment_out_invalid_includes, wa
def main():
root, repo = setup_upstream_repo("https://github.com/RobotLocomotion/drake",
"v0.34.0")
"v0.35.0")
wpimath = os.path.join(root, "wpimath")
# Delete old install
@@ -62,8 +62,8 @@ def main():
])
apply_patches(root, [
"upstream_utils/drake-dllexport-dare.patch",
"upstream_utils/drake-replace-dense-with-core.patch"
"upstream_utils/drake-replace-dense-with-core.patch",
"upstream_utils/drake-dllexport-dare.patch"
])