提交 bd6d854c 编写于 作者: S storypku

Build: modules/transform/... build & test pass

上级 efc1b9f4
......@@ -380,6 +380,13 @@ new_local_repository(
path = "/usr/include",
)
# Needed by modules/transform
new_local_repository(
name = "tf2",
build_file = "external/tf2.BUILD",
path = "/usr/local/tf2/include",
)
# TODO(storypku) rules_boost
new_local_repository(
name = "boost",
......
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
cc_library(
name = "tf2",
includes = [
".",
],
linkopts = [
"-L/usr/local/tf2/lib",
"-ltf2",
],
)
......@@ -12,6 +12,11 @@ cc_library(
deps = [
"//cyber",
"//modules/common/adapters:adapter_gflags",
"//modules/transform/proto:transform_cc_proto",
"//modules/common/proto:header_cc_proto",
"//modules/common/proto:error_code_cc_proto",
"//modules/common/proto:geometry_cc_proto",
"@tf2",
"@com_google_absl//absl/strings",
],
)
......
......@@ -37,6 +37,8 @@ bazel build //modules/routing/...
bazel test //modules/routing/...
bazel build //modules/storytelling/...
bazel test //modules/storytelling/...
bazel build //modules/transform/...
bazel test //modules/transform/...
bazel build //modules/tools/...
# Note(storypku): bazel test works except some lint errors in cyber_visualizer.
......@@ -63,5 +65,4 @@ done
# TODO(?): bazel build //modules/planning/...
# TODO(?): bazel build //modules/prediction/...
# TODO(?): bazel build //modules/third_party_perception/...
# TODO(storypku): bazel build //modules/transform/...
# TODO(?): bazel build //modules/v2x/...
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册