File tree 1 file changed +5
-5
lines changed
system/autoware_topic_relay_controller/config
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
/** :
2
2
ros__parameters :
3
3
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
5
5
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
8
8
qos_depth : 1
9
9
transient_local : false # Change qos to transient_local. Default is volatile.
10
10
best_effort : false # Change qos to best_effort. Default is reliable.
11
11
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
13
13
enable_keep_publishing : false
14
- # update_rate: #neccessary for enable_keep_publishing is true
14
+ # update_rate: #necessary for enable_keep_publishing is true
You can’t perform that action at this time.
0 commit comments