[wpimath] Update to gcem 1.17.0 (#5575)

This commit is contained in:
Tyler Veness
2023-08-28 15:03:06 -07:00
committed by GitHub
parent cf86af7166
commit 0d2d989e84
66 changed files with 163 additions and 86 deletions

View File

@@ -13,7 +13,7 @@ from upstream_utils import (
def main():
upstream_root = clone_repo("https://github.com/kthohr/gcem.git", "v1.16.0")
upstream_root = clone_repo("https://github.com/kthohr/gcem.git", "v1.17.0")
wpilib_root = get_repo_root()
wpimath = os.path.join(wpilib_root, "wpimath")