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

planning: adjust min_stop_distance_obstacle from 3 to 6.

上级 fb0322f5
......@@ -187,7 +187,7 @@ DEFINE_double(lateral_ignore_buffer, 3.0,
"distance, ignore it");
DEFINE_double(max_stop_distance_obstacle, 10.0,
"max stop distance from in-lane obstacle (meters)");
DEFINE_double(min_stop_distance_obstacle, 3.0,
DEFINE_double(min_stop_distance_obstacle, 6.0,
"min stop distance from in-lane obstacle (meters)");
DEFINE_double(stop_distance_destination, 0.5,
"stop distance from destination line");
......
......@@ -1061,10 +1061,10 @@ decision {
reason_code: STOP_REASON_OBSTACLE
reason: "stop by 2352_0"
stop_point {
x: 586354.79522783868
y: 4140738.1639204472
x: 586354.05696787883
y: 4140735.25617709
}
stop_heading: 1.3216449705945246
stop_heading: 1.3226448512227573
change_lane_type: FORWARD
}
}
......@@ -1075,12 +1075,12 @@ decision {
object_decision {
stop {
reason_code: STOP_REASON_OBSTACLE
distance_s: -3
distance_s: -6
stop_point {
x: 586354.79522783868
y: 4140738.1639204472
x: 586354.05696787883
y: 4140735.25617709
}
stop_heading: 1.3216449705945246
stop_heading: 1.3226448512227573
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册