You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: system/leader_election_converter/README.md
+21-23
Original file line number
Diff line number
Diff line change
@@ -8,45 +8,43 @@ The leader election converter node is responsible for relaying UDP packets and R
8
8
9
9
The availability converter subscribes `/system/operation_mode/availability` and `/vehicle/status/mrm_state`, adds them together into a structure called `Availability` and sends it as a udp packet.
10
10
11
-
12
11
### Interface
13
12
14
-
| Interface Type | Interface Name | Data Type | Description |
| subscriber |`/system/fail_safe/mrm_state`|`tier4_system_msgs/msg/MrmState`| MRM status of each ECU. |
29
+
| udp sender | none |`struct MrmState`| Same as above. |
30
+
| publisher |`/system/election/mrm_request`|`tier4_system_msgs/msg/MrmBehavior`| Request of MRM behavior. |
31
+
| udp receiver | none |`struct MrmRequest`| Same as above. |
34
32
35
33
## log converter
36
-
The log converter receive udp packets into a structure called `ElectionCommunication` and `ElectionStatus`, and publish `/system/election/communication`,
34
+
35
+
The log converter receive udp packets into a structure called `ElectionCommunication` and `ElectionStatus`, and publish `/system/election/communication`,
37
36
`/system/election/status`, and `/system/fail_safe/over_all/mrm_state`.
38
37
39
38
### Interface
40
39
41
-
| Interface Type | Interface Name | Data Type | Description|
0 commit comments