This commit is contained in:
Alvin-lyq 2026-04-14 10:35:41 +08:00
parent 01c51a7971
commit 434e134f38

View File

@ -974,6 +974,7 @@ class fu_node : public rclcpp::Node
// 状态3: 雷达数据超时,停车 // 状态3: 雷达数据超时,停车
if (grid_age > 3.0) if (grid_age > 3.0)
{ {
LOG_WARN("[栅格超时检测] 栅格数据已过期(%.3fs)", grid_age);
return 3; return 3;
} }