提交 a7a4fd4a 编写于 作者: J Jiangtao Hu 提交者: Jiangtao Hu

fix planning typo crash.

上级 ad52d966
......@@ -49,7 +49,7 @@ void Frame::SetPlanningStartPoint(const TrajectoryPoint &start_point) {
}
const hdmap::PncMap *Frame::PncMap() {
CHECK(!pnc_map_) << "map is not setup in frame";
DCHECK(pnc_map_) << "map is not setup in frame";
return pnc_map_;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册