nodehub里usb摄像头驱动节点和道路检测还有障碍物识别一起启动,websocket收不到racing_obstacle_detection的话题

报错:[websocket-3] [ERROR] [1751097025.534058885] [websocket]: Websocket did not receive AI data! Please check whether the AI data publisher still exists by ‘ros2 topic info /racing_obstacle_detection’!
root@ubuntu:~# ros2 topic info /racing_obstacle_detection --verbose
Type: ai_msgs/msg/PerceptionTargets

Publisher count: 0

Subscription count: 1

Node name: websocket
Node namespace: /
Topic type: ai_msgs/msg/PerceptionTargets
Endpoint type: SUBSCRIPTION
GID: 01.0f.2a.fc.72.20.0b.74.00.00.00.00.00.00.13.04.00.00.00.00.00.00.00.00
QoS profile:
Reliability: RELIABLE
History (Depth): UNKNOWN
Durability: VOLATILE
Lifespan: Infinite
Deadline: Infinite
Liveliness: AUTOMATIC
Liveliness lease duration: Infinite

因为Nodehub属于开发者自己上传的例程,所以具体维护需要个人开发者来进行。可能会导致例程跑不起来的情况,大部分属于版本对应问题,有关这个例程你可以参考我发的帖子,进行Qos修改即可。