提交 83848e92 编写于 作者: J Jiangtao Hu 提交者: Liangliang Zhang

planning: adjust replan threshold and fix compile warning.

上级 1f10f7cb
......@@ -327,6 +327,7 @@ ObjectDecisionType PathObstacle::MergeLateralDecision(
DCHECK(false) << "Does not have rule to merge decision: "
<< lhs.ShortDebugString()
<< " and decision: " << rhs.ShortDebugString();
return lhs;
}
bool PathObstacle::HasLateralDecision() const {
......
......@@ -102,9 +102,9 @@ DEFINE_double(max_collision_distance, 0.1,
"considered as collision if distance (meters) is smaller than or "
"equal to this (meters)");
DEFINE_double(replan_lateral_distance_threshold, 0.5,
DEFINE_double(replan_lateral_distance_threshold, 5.0,
"The distance threshold of replan");
DEFINE_double(replan_longitudinal_distance_threshold, 4.0,
DEFINE_double(replan_longitudinal_distance_threshold, 5.0,
"The distance threshold of replan");
DEFINE_bool(estimate_current_vehicle_state, true,
"Estimate current vehicle state.");
......@@ -179,7 +179,7 @@ DEFINE_double(min_stop_distance_obstacle, 3.0,
"min stop distance from in-lane obstacle (meters)");
DEFINE_double(stop_distance_destination, 0.5,
"stop distance from destination line");
DEFINE_double(stop_distance_traffic_light, 0.5,
DEFINE_double(stop_distance_traffic_light, 3.0,
"stop distance from destination line");
DEFINE_double(destination_check_distance, 5.0,
"if the distance between destination and ADC is less than this,"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册