Skip to content

Commit

Permalink
feat!: change from autoware_auto_msgs to autoware_msgs (#1012)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* fix: planning_msg (#717)

fix:planning_msg

Signed-off-by: jack.song <[email protected]>

* 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 <[email protected]>

* feat(autoware_launch): replace autoware_auto_vehicle_msgs with autoware_vehicle_msgs

Signed-off-by: liu cui <[email protected]>

* fix(topics.yaml): fix AUTO button bug

Signed-off-by: liu cui <[email protected]>

* feat(autoware_launch): rename autoware_auto_perception_rviz_plugin to autoware_perception_rviz_plugin

Signed-off-by: Ryohsuke Mitsudome <[email protected]>

* feat: rename TrafficSignal messages to TrafficLightGroup

Signed-off-by: liu cui <[email protected]>

---------

Signed-off-by: liu cui <[email protected]>
Signed-off-by: jack.song <[email protected]>
Signed-off-by: NorahXiong <[email protected]>
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Co-authored-by: cyn-liu <[email protected]>
Co-authored-by: shulanbushangshu <[email protected]>
Co-authored-by: NorahXiong <[email protected]>
Co-authored-by: liu cui <[email protected]>
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
6 people authored Jun 4, 2024
1 parent cf37437 commit 9e2619b
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
args:
node_name_suffix: vector_map
topic: /map/vector_map
topic_type: autoware_auto_mapping_msgs/msg/HADMapBin
topic_type: autoware_map_msgs/msg/LaneletMapBin
best_effort: false
transient_local: true
warn_rate: 0.0
Expand Down 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 All @@ -82,7 +82,7 @@
args:
node_name_suffix: traffic_light_recognition_traffic_signals
topic: /perception/traffic_light_recognition/traffic_signals
topic_type: autoware_perception_msgs/msg/TrafficSignalArray
topic_type: autoware_perception_msgs/msg/TrafficLightGroupArray
best_effort: false
transient_local: false
warn_rate: 5.0
Expand All @@ -108,7 +108,7 @@
args:
node_name_suffix: scenario_planning_trajectory
topic: /planning/scenario_planning/trajectory
topic_type: autoware_auto_planning_msgs/msg/Trajectory
topic_type: autoware_planning_msgs/msg/Trajectory
best_effort: false
transient_local: false
warn_rate: 5.0
Expand All @@ -121,7 +121,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 @@ -134,7 +134,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 All @@ -147,7 +147,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 @@ -160,7 +160,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 All @@ -173,7 +173,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 9e2619b

Please sign in to comment.