Skip to content

Commit

Permalink
feat(autoware_launch): replace autoware_control_msg with autoware_con…
Browse files Browse the repository at this point in the history
…trol_msg

Signed-off-by: NorahXiong <[email protected]>
  • Loading branch information
NorahXiong committed Dec 7, 2023
1 parent e4c44b3 commit fda2d01
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
args:
node_name_suffix: object_recognition_objects
topic: /perception/object_recognition/objects
topic_type: autoware_auto_perception_msgs/msg/PredictedObjects
topic_type: autoware_perception_msgs/msg/PredictedObjects
best_effort: false
transient_local: false
warn_rate: 5.0
Expand Down Expand Up @@ -108,7 +108,7 @@
args:
node_name_suffix: trajectory_follower_control_cmd
topic: /control/trajectory_follower/control_cmd
topic_type: autoware_auto_control_msgs/msg/AckermannControlCommand
topic_type: autoware_control_msgs::msg::Control
best_effort: false
transient_local: false
warn_rate: 5.0
Expand All @@ -121,7 +121,7 @@
args:
node_name_suffix: control_command_control_cmd
topic: /control/command/control_cmd
topic_type: autoware_auto_control_msgs/msg/AckermannControlCommand
topic_type: autoware_control_msgs::msg::Control
best_effort: false
transient_local: false
warn_rate: 5.0
Expand Down Expand Up @@ -160,7 +160,7 @@
args:
node_name_suffix: system_emergency_control_cmd
topic: /system/emergency/control_cmd
topic_type: autoware_auto_control_msgs/msg/AckermannControlCommand
topic_type: autoware_control_msgs::msg::Control
best_effort: false
transient_local: false
warn_rate: 5.0
Expand Down

0 comments on commit fda2d01

Please sign in to comment.