apollo icon indicating copy to clipboard operation
apollo copied to clipboard

启动canbus时,使用cyber_moniter的先后顺序会影响通道的数据类型

Open Lonson111 opened this issue 1 year ago • 1 comments

问题描述: 启动canbus时,使用cyber_monitor的先后顺序会影响通道的数据类型

截图: 先启动canbus,后使用cyber_monitor查看通道数据的类型 JAgx7iSd8n

先使用cyber_monitor查看通道,再启动canbus后的数据类型 Qb5Tszn15T

Lonson111 avatar Feb 02 '24 06:02 Lonson111

I have encountered this situation. The reason is that there are 2 nodes that are sending messages. For example, one is in the background and has not been killed.

You can use ps -ef | grep canbus to see if there are multiple processes

daohu527 avatar Feb 02 '24 13:02 daohu527