Skip to content

Commit

Permalink
feat: modify car-missing.md (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: sunruixue <[email protected]>
  • Loading branch information
srx0914 and sunruixue authored Nov 8, 2022
1 parent eb3efb4 commit ad82e84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions troubleshooting/car-missing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ topic: V2X/RSU/<RSU>/VIR/UP 例如:V2X/RSU/R328328/VIR/UP

#### 1.2 cerebrum订阅消息 见下图标记处

碰撞预警 topic:V2X/RSU/<RSU>/CWM/DOW 例如:V2X/RSU/R328328/CWM/DOW 协同换道 topic:V2X/RSU/<RSU>/CLC/DOWN
碰撞预警 topic:V2X/RSU/<RSU>/CWM/DOWN 例如:V2X/RSU/R328328/CWM/DOWN 协同换道 topic:V2X/RSU/<RSU>/CLC/DOWN
例如:V2X/RSU/R328328/CLC/DOWN 逆向超车 topic:V2X/RSU/<RSU>/DNP/DOWN 例如:V2X/RSU/R328328/DNP/DOWN 数据共享
topic:V2X/RSU/<RSU>/SDS/DOWN 例如:V2X/RSU/R328328/SDS/DOW
topic:V2X/RSU/<RSU>/SDS/DOWN 例如:V2X/RSU/R328328/SDS/DOWN

![](images/subscribe_mes.jpg)

### 2. 若 RSE 模拟器和 cerebrum 之间通信都正常,则继续查看 cerebrum 与 centerview 之间的通信

#### 2.1 cerebrum 发布 topic:

V2X/DEVICE/${esu}/PARTICIPANT/NODE${nodeId} 例如:V2X/DEVICE/R328328/PARTICIPANT/NODE4
V2X/DEVICE/${esu}/PARTICIPANT/NODE${nodeId} 例如:V2X/DEVICE/R328328/PARTICIPANT/NODE1

#### 2.2 centerview 订阅 topic:

V2X/DEVICE/${esu}/PARTICIPANT/NODE${nodeId} 例如: V2X/DEVICE/R328328/PARTICIPANT/NODE4
V2X/DEVICE/${esu}/PARTICIPANT/NODE${nodeId} 例如: V2X/DEVICE/R328328/PARTICIPANT/NODE1

变量解释以及获取 esu:R328329等 nodeId (边缘站点ID): master 环境 dandelion 数据库 system_config 数据表中查看 node_id 字段获取

Expand Down

0 comments on commit ad82e84

Please sign in to comment.