提交 b81520dd 编写于 作者: X Xiangquan Xiao

Robot: Refactor BUILD files.

上级 07bf737f
...@@ -60,7 +60,6 @@ cc_test( ...@@ -60,7 +60,6 @@ cc_test(
], ],
) )
cc_test( cc_test(
name = "stage_standby_test", name = "stage_standby_test",
size = "small", size = "small",
......
...@@ -22,7 +22,7 @@ cc_library( ...@@ -22,7 +22,7 @@ cc_library(
"//modules/planning/common:reference_line_info", "//modules/planning/common:reference_line_info",
"//modules/planning/proto:planning_proto", "//modules/planning/proto:planning_proto",
"//modules/planning/tasks:task", "//modules/planning/tasks:task",
"//modules/planning/tasks/utils:st_gap_estimator" "//modules/planning/tasks/utils:st_gap_estimator",
], ],
) )
......
...@@ -33,7 +33,7 @@ cc_library( ...@@ -33,7 +33,7 @@ cc_library(
"//modules/planning/common:obstacle", "//modules/planning/common:obstacle",
"//modules/planning/common/speed:st_boundary", "//modules/planning/common/speed:st_boundary",
"//modules/planning/proto:dp_st_speed_config_proto", "//modules/planning/proto:dp_st_speed_config_proto",
"//modules/planning/tasks/utils:st_gap_estimator" "//modules/planning/tasks/utils:st_gap_estimator",
], ],
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册