Skip to content

Commit bad4ec5

Browse files
authored
fix(autoware_topic_relay_controller): fix typo (autowarefoundation#10081)
fix typo Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
1 parent 8ae14aa commit bad4ec5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/**:
22
ros__parameters:
33
topic: "/default"
4-
topic_type: "std_msgs/msg/String" # unneccessary for /tf or /tf_static
4+
topic_type: "std_msgs/msg/String" # unnecessary for /tf or /tf_static
55
remap_topic: "/remap_default"
6-
#frame_id: neccessary for /tf or /tf_static
7-
#child_frame_id: neccessary for /tf or /tf_static
6+
#frame_id: necessary for /tf or /tf_static
7+
#child_frame_id: necessary for /tf or /tf_static
88
qos_depth: 1
99
transient_local: false # Change qos to transient_local. Default is volatile.
1010
best_effort: false # Change qos to best_effort. Default is reliable.
1111
enable_relay_control: true
12-
srv_name: "/system/topic_relay_controller_default/operate" # neccessary for enable_relay_control is true
12+
srv_name: "/system/topic_relay_controller_default/operate" # necessary for enable_relay_control is true
1313
enable_keep_publishing: false
14-
#update_rate: #neccessary for enable_keep_publishing is true
14+
#update_rate: #necessary for enable_keep_publishing is true

0 commit comments

Comments
 (0)