Skip to content
Snippets Groups Projects

fix!: Convert scenario orientation for lane and road position

Merged Andreas Rauschert requested to merge fix_convert_scenario_orientation_2 into main
Files
7
+ 2
2
@@ -3,7 +3,7 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
@@ -3,7 +3,7 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
ECLIPSE_GITLAB = "https://gitlab.eclipse.org/eclipse"
ECLIPSE_GITLAB = "https://gitlab.eclipse.org/eclipse"
MANTLE_API_TAG = "v5.2.0"
MANTLE_API_TAG = "v6.0.0"
UNITS_TAG = "2.3.3"
UNITS_TAG = "2.3.3"
YASE_TAG = "v0.0.1"
YASE_TAG = "v0.0.1"
@@ -13,7 +13,7 @@ def osc_engine_deps():
@@ -13,7 +13,7 @@ def osc_engine_deps():
http_archive,
http_archive,
name = "mantle_api",
name = "mantle_api",
url = ECLIPSE_GITLAB + "/openpass/mantle-api/-/archive/{tag}/mantle-api-{tag}.tar.gz".format(tag = MANTLE_API_TAG),
url = ECLIPSE_GITLAB + "/openpass/mantle-api/-/archive/{tag}/mantle-api-{tag}.tar.gz".format(tag = MANTLE_API_TAG),
sha256 = "a57cce809f1f8952e70499cbf4b63bc561765b4e7b4d96d8b3a7a3cabdf25fe6",
sha256 = "d6365096eceefd6848f7429382279b337e9cb8292a984ef54137dbdebd4ce599",
strip_prefix = "mantle-api-{tag}".format(tag = MANTLE_API_TAG),
strip_prefix = "mantle-api-{tag}".format(tag = MANTLE_API_TAG),
)
)
Loading