Skip to content

Commit ae2e9b0

Browse files
isamu-takagishtokuda
authored andcommitted
fix(system_diagnostic_monitor): fix local mode config (autowarefoundation#7532)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 8fbaf16 commit ae2e9b0

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

system/system_diagnostic_monitor/config/control.yaml

+6-11
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ units:
1313
- path: /autoware/control/local
1414
type: and
1515
list:
16-
- { type: link, link: /autoware/control/topic_rate_check/selector }
17-
- { type: link, link: /autoware/control/topic_rate_check/local }
16+
- { type: link, link: /autoware/control/topic_rate_check/external_cmd_selector }
17+
- { type: link, link: /autoware/control/topic_rate_check/external_cmd_converter }
1818

1919
- path: /autoware/control/remote
2020
type: and
2121
list:
22-
- { type: link, link: /autoware/control/topic_rate_check/selector }
23-
- { type: link, link: /autoware/control/topic_rate_check/remote }
22+
- { type: link, link: /autoware/control/topic_rate_check/external_cmd_selector }
23+
- { type: link, link: /autoware/control/topic_rate_check/external_cmd_converter }
2424

2525
- path: /autoware/control/topic_rate_check/trajectory_follower
2626
type: diag
@@ -57,17 +57,12 @@ units:
5757
node: controller_node_exe
5858
name: control_state
5959

60-
- path: /autoware/control/topic_rate_check/selector
60+
- path: /autoware/control/topic_rate_check/external_cmd_selector
6161
type: diag
6262
node: external_cmd_selector
6363
name: heartbeat
6464

65-
- path: /autoware/control/topic_rate_check/local
66-
type: diag
67-
node: joy_controller
68-
name: joy_controller_connection
69-
70-
- path: /autoware/control/topic_rate_check/remote
65+
- path: /autoware/control/topic_rate_check/external_cmd_converter
7166
type: diag
7267
node: external_cmd_converter
7368
name: remote_control_topic_status

0 commit comments

Comments
 (0)