提交 452deedb 编写于 作者: F fengzongbao 提交者: Zongbao Feng

* udpate history size condition

上级 aa76b7f1
......@@ -196,7 +196,7 @@ void ObstaclesPrioritizer::AssignCautionLevelCruiseKeepLane() {
AERROR << "Ego vehicle not found";
return;
}
if (ego_vehicle->history_size() < 2) {
if (ego_vehicle->history_size() == 0) {
AERROR << "Ego vehicle has no history";
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册