提交 bbb281f4 编写于 作者: J Jiangtao Hu 提交者: Qi Luo

perception: add dst_evidence_test.

上级 532ebde0
......@@ -53,6 +53,20 @@ cc_library(
],
)
cc_test(
name = "dst_evidence_test",
size = "small",
srcs = [
"dst_evidence_test.cc",
],
deps = [
":dst_evidence",
"//modules/perception/fusion/base",
"@gtest//:main",
],
)
cc_library(
name = "information_filter",
srcs = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册