-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop support for autoware_auto_xx_msgs
#1454
Merged
Merged
Conversation
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
… used in scenario_simulator_v2
…e_perception_msgs
…gnal_array.hpp is not present
…gs_support # Conflicts: # simulation/traffic_simulator/src/traffic_lights/traffic_light_publisher.cpp
hakuturu583
approved these changes
Dec 10, 2024
hakuturu583
requested changes
Dec 10, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix problems pointed by sonarcloud.
hakuturu583
approved these changes
Dec 10, 2024
yamacir-kit
approved these changes
Dec 10, 2024
Quality Gate passedIssues Measures |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bump major
If this pull request merged, bump major version of the scenario_simulator_v2
interface breaking
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Abstract
autoware_auto_xx_msgs
withautoware_xx_msgs
/autoware/state
awf/autoware
architecture_type
( traffic light forautoware_auto_perception_msgs
)awf/autoware/20240605
as defaultarchitecture_type
Background
Details
simple message migrations
autoware_auto_vehicle_msgs
->autoware_vehicle_msgs
ControlModeReport.msg
GearReport.msg
SteeringReport.msg
TurnIndicatorsReport.msg
VelocityReport.msg
ControlModeCommand.srv
autoware_auto_perception_msgs
->autoware_perception_msgs
TrackedObjects.msg
TrackedObject.msg
DetectedObjects.msg
DetectedObject.msg
ObjectClassification.msg
DetectedObjectKinematics.msg
Shape.msg
complicated message migrations
1 vs 1
autoware_auto_control_msgs/AckermannControlCommand
autoware_control_msgs/Control
autoware_auto_planning_msgs/PathWithLaneId
tier4_planning_msgs/PathWithLaneId
autoware_auto_map_msgs/HADMapBin
autoware_map_msgs/LaneletMapBin
others
autoware_system_msgs/AutowareState
autoware_auto_system_msgs/AutowareState
autoware_system_msgs/AutowareState
autoware_auto_perception_msgs/TrafficSignalArray
autoware_perception_msgs/TrafficSignalArray
autoware_perception_msgs/TrafficLightGroupArray
autoware_perception_msgs/TrafficSignalArray
autoware_perception_msgs/TrafficLightGroupArray
References
Destructive Changes
After this pull-request,
scenario_simulator_v2
does not supportautoware_auto_xx_msgs
for interfaces.To use with
autoware_auto_xx_msgs
, please use older versions ofscenario_simulator_v2
.Known Limitations
None