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

perception: add kalman_filter_test.

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