提交 5dcbd71b 编写于 作者: K kechxu 提交者: Jiangtao Hu

Prediction: fix pose_obstacle_ptr not null check

上级 7d0cf1ca
......@@ -69,7 +69,7 @@ void ScenarioManager::PrioritizeObstacles(
const PerceptionObstacle* pose_obstacle_ptr =
pose_container->ToPerceptionObstacle();
if (pose_container == nullptr) {
if (pose_obstacle_ptr == nullptr) {
AERROR << "Pose obstacle pointer is a null pointer.";
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册