Skip to content

Commit 9e2619b

Browse files
yukkysaitocyn-liushulanbushangshuNorahXiongmitsudome-r
authored
feat!: change from autoware_auto_msgs to autoware_msgs (#1012)
* feat(autoware_launch): replace autoware_auto_mapping_msg with autoware_map_msg (#688) feat(autoware_launch): remove autoware auto mapping msg Signed-off-by: liu cui <cynthia.liu@autocore.ai> * fix: planning_msg (#717) fix:planning_msg Signed-off-by: jack.song <jack.song@autocore.ai> * feat(autoware_launch): replace autoware_control_msg with autoware_con… (#725) feat(autoware_launch): replace autoware_control_msg with autoware_control_msg Signed-off-by: NorahXiong <norah.xiong@autocore.ai> * feat(autoware_launch): replace autoware_auto_vehicle_msgs with autoware_vehicle_msgs Signed-off-by: liu cui <cynthia.liu@autocore.ai> * fix(topics.yaml): fix AUTO button bug Signed-off-by: liu cui <cynthia.liu@autocore.ai> * feat(autoware_launch): rename autoware_auto_perception_rviz_plugin to autoware_perception_rviz_plugin Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> * feat: rename TrafficSignal messages to TrafficLightGroup Signed-off-by: liu cui <cynthia.liu@autocore.ai> --------- Signed-off-by: liu cui <cynthia.liu@autocore.ai> Signed-off-by: jack.song <jack.song@autocore.ai> Signed-off-by: NorahXiong <norah.xiong@autocore.ai> Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp> Co-authored-by: cyn-liu <104069308+cyn-liu@users.noreply.github.com> Co-authored-by: shulanbushangshu <102840938+shulanbushangshu@users.noreply.github.com> Co-authored-by: NorahXiong <103234047+NorahXiong@users.noreply.github.com> Co-authored-by: liu cui <cynthia.liu@autocore.ai> Co-authored-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
1 parent cf37437 commit 9e2619b

File tree

1 file changed

+9
-9
lines changed
  • autoware_launch/config/system/component_state_monitor

1 file changed

+9
-9
lines changed

autoware_launch/config/system/component_state_monitor/topics.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
args:
55
node_name_suffix: vector_map
66
topic: /map/vector_map
7-
topic_type: autoware_auto_mapping_msgs/msg/HADMapBin
7+
topic_type: autoware_map_msgs/msg/LaneletMapBin
88
best_effort: false
99
transient_local: true
1010
warn_rate: 0.0
@@ -69,7 +69,7 @@
6969
args:
7070
node_name_suffix: object_recognition_objects
7171
topic: /perception/object_recognition/objects
72-
topic_type: autoware_auto_perception_msgs/msg/PredictedObjects
72+
topic_type: autoware_perception_msgs/msg/PredictedObjects
7373
best_effort: false
7474
transient_local: false
7575
warn_rate: 5.0
@@ -82,7 +82,7 @@
8282
args:
8383
node_name_suffix: traffic_light_recognition_traffic_signals
8484
topic: /perception/traffic_light_recognition/traffic_signals
85-
topic_type: autoware_perception_msgs/msg/TrafficSignalArray
85+
topic_type: autoware_perception_msgs/msg/TrafficLightGroupArray
8686
best_effort: false
8787
transient_local: false
8888
warn_rate: 5.0
@@ -108,7 +108,7 @@
108108
args:
109109
node_name_suffix: scenario_planning_trajectory
110110
topic: /planning/scenario_planning/trajectory
111-
topic_type: autoware_auto_planning_msgs/msg/Trajectory
111+
topic_type: autoware_planning_msgs/msg/Trajectory
112112
best_effort: false
113113
transient_local: false
114114
warn_rate: 5.0
@@ -121,7 +121,7 @@
121121
args:
122122
node_name_suffix: trajectory_follower_control_cmd
123123
topic: /control/trajectory_follower/control_cmd
124-
topic_type: autoware_auto_control_msgs/msg/AckermannControlCommand
124+
topic_type: autoware_control_msgs/msg/Control
125125
best_effort: false
126126
transient_local: false
127127
warn_rate: 5.0
@@ -134,7 +134,7 @@
134134
args:
135135
node_name_suffix: control_command_control_cmd
136136
topic: /control/command/control_cmd
137-
topic_type: autoware_auto_control_msgs/msg/AckermannControlCommand
137+
topic_type: autoware_control_msgs/msg/Control
138138
best_effort: false
139139
transient_local: false
140140
warn_rate: 5.0
@@ -147,7 +147,7 @@
147147
args:
148148
node_name_suffix: vehicle_status_velocity_status
149149
topic: /vehicle/status/velocity_status
150-
topic_type: autoware_auto_vehicle_msgs/msg/VelocityReport
150+
topic_type: autoware_vehicle_msgs/msg/VelocityReport
151151
best_effort: false
152152
transient_local: false
153153
warn_rate: 5.0
@@ -160,7 +160,7 @@
160160
args:
161161
node_name_suffix: vehicle_status_steering_status
162162
topic: /vehicle/status/steering_status
163-
topic_type: autoware_auto_vehicle_msgs/msg/SteeringReport
163+
topic_type: autoware_vehicle_msgs/msg/SteeringReport
164164
best_effort: false
165165
transient_local: false
166166
warn_rate: 5.0
@@ -173,7 +173,7 @@
173173
args:
174174
node_name_suffix: system_emergency_control_cmd
175175
topic: /system/emergency/control_cmd
176-
topic_type: autoware_auto_control_msgs/msg/AckermannControlCommand
176+
topic_type: autoware_control_msgs/msg/Control
177177
best_effort: false
178178
transient_local: false
179179
warn_rate: 5.0

0 commit comments

Comments
 (0)