Skip to content

Commit

Permalink
feat(autoware_launch): replace autoware_auto_vehicle_msgs with autowa…
Browse files Browse the repository at this point in the history
…re_vehicle_msgs

Signed-off-by: liu cui <cynthia.liu@autocore.ai>
  • Loading branch information
cyn-liu committed Dec 19, 2023
1 parent ba1a64d commit 0ad942c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
args:
node_name_suffix: vehicle_status_velocity_status
topic: /vehicle/status/velocity_status
topic_type: autoware_auto_vehicle_msgs/msg/VelocityReport
topic_type: autoware_vehicle_msgs/msg/VelocityReport
best_effort: false
transient_local: false
warn_rate: 5.0
Expand All @@ -147,7 +147,7 @@
args:
node_name_suffix: vehicle_status_steering_status
topic: /vehicle/status/steering_status
topic_type: autoware_auto_vehicle_msgs/msg/SteeringReport
topic_type: autoware_vehicle_msgs/msg/SteeringReport
best_effort: false
transient_local: false
warn_rate: 5.0
Expand Down

0 comments on commit 0ad942c

Please sign in to comment.