提交 d8c33f40 编写于 作者: H Hongyi 提交者: Yajia Zhang

Prediction: add caution_pedestrian_approach_time to gflags

上级 ac55a198
......@@ -70,6 +70,8 @@ DEFINE_double(caution_search_distance_backward_for_merge, 60.0,
DEFINE_double(caution_search_distance_backward_for_overlap, 30.0,
"The distance backward to search caution-lebel obstacles "
"in the case of overlap");
DEFINE_double(caution_pedestrian_approach_time, 3.0,
"The time for a pedestrian to approach adc trajectory");
// Obstacle features
DEFINE_int32(ego_vehicle_id, -1, "The obstacle ID of the ego vehicle.");
......
......@@ -49,6 +49,7 @@ DECLARE_bool(enable_all_junction);
DECLARE_double(caution_search_distance_ahead);
DECLARE_double(caution_search_distance_backward_for_merge);
DECLARE_double(caution_search_distance_backward_for_overlap);
DECLARE_double(caution_pedestrian_approach_time);
// Obstacle features
DECLARE_int32(ego_vehicle_id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册