提交 df9efe63 编写于 作者: J Jiangtao Hu 提交者: Yifei Jiang

planning: add overtake boundary type.

上级 6f66f25a
......@@ -433,6 +433,7 @@ Status StBoundaryMapper::MapWithPredictionTrajectory(
const double time_buffer = obj_decision.overtake().time_buffer();
boundary_points.at(3).set_t(boundary_points.at(3).t() - time_buffer);
b_type = StGraphBoundary::BoundaryType::OVERTAKE;
} else {
DCHECK(false) << "Obj decision should be either yield or overtake: "
<< obj_decision.DebugString();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册