forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(autoware_topic_relay_controller): fix typo (autowarefoundation#10081
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
system/autoware_topic_relay_controller/config/topic_relay_controller.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
/**: | ||
ros__parameters: | ||
topic: "/default" | ||
topic_type: "std_msgs/msg/String" # unneccessary for /tf or /tf_static | ||
topic_type: "std_msgs/msg/String" # unnecessary for /tf or /tf_static | ||
remap_topic: "/remap_default" | ||
#frame_id: neccessary for /tf or /tf_static | ||
#child_frame_id: neccessary for /tf or /tf_static | ||
#frame_id: necessary for /tf or /tf_static | ||
#child_frame_id: necessary for /tf or /tf_static | ||
qos_depth: 1 | ||
transient_local: false # Change qos to transient_local. Default is volatile. | ||
best_effort: false # Change qos to best_effort. Default is reliable. | ||
enable_relay_control: true | ||
srv_name: "/system/topic_relay_controller_default/operate" # neccessary for enable_relay_control is true | ||
srv_name: "/system/topic_relay_controller_default/operate" # necessary for enable_relay_control is true | ||
enable_keep_publishing: false | ||
#update_rate: #neccessary for enable_keep_publishing is true | ||
#update_rate: #necessary for enable_keep_publishing is true |