提交 2e07aa48 编写于 作者: K kechxu 提交者: Dong Li

Planning: add early stop when reach unfeasible situations in qp_frenet_frame.cc

上级 fac7b05e
......@@ -344,6 +344,7 @@ bool QpFrenetFrame::MapLine(
<< "further_point: " << further_point.DebugString()
<< "impact_index: " << impact_index << "(*constraint)[" << i << "]"
<< (*constraint)[i];
break;
}
}
......@@ -430,6 +431,7 @@ void QpFrenetFrame::CalculateHDMapBound() {
reference_line_.SLToXY(sl, &xy);
AERROR << "evaluated_knot x: " << std::fixed << xy.x()
<< " y: " << xy.y();
break;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册