0414-4
This commit is contained in:
parent
01c51a7971
commit
434e134f38
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user