-
Notifications
You must be signed in to change notification settings - Fork 38
feat(localization_launch): replace localization_launch with tier4_localization_launch #651
feat(localization_launch): replace localization_launch with tier4_localization_launch #651
Conversation
@kminoda Could you add some reason why you make this PR, e.g. issues etc? |
Signed-off-by: kminoda <koji.minoda@tier4.jp>
cd11f1e
to
a4609f6
Compare
The change looks good to me. |
I confirmed starting autoware.launch.xml and logging_simulator.launch.xml |
@h-ohta Sorry, would you approve this again? |
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.
LGTM.
However, I'd like to discuss how we can understand easily which parameter is changed in the next step.
@h-ohta Sorry, would you approve this again? 🙇 |
…ng on vehicles Signed-off-by: kminoda <koji.minoda@tier4.jp>
@YamatoAndo Regarding the issue due to autowarefoundation/autoware.universe#2114, I think there are two solutions
I thought 2 would be a simple and thus better at least as a temporary solution. What do you think? |
@kminoda If it is a temporary solution, option 2 would be fine. |
Signed-off-by: kminoda koji.minoda@tier4.jp
PR Type
Related Links
Also need to merge tier4/aip_launcher#98
Description
Remove localization_launch and use tier4_localization_launch in autoware.universe.
The parameter configuration in autoware.universe and autoware_launch has been modified as described in this issue.
With this modification, we are now able to pass parameter paths to tier4_xx_launch from the outside of the package, i.e. autoware_launch packages. Thus, I would like to remove xx_launch from tier4/autoware_launch and replace it with tier4_xx_launch in autoware.universe.
With this PR, we can reduce the maintenance cost of xx_launch.
(Before this PR: we need to modify both tier4_xx_launch and xx_launch. After this PR: we only need to modify tier4_xx_launch)
Review Procedure
Remarks
Please refer to this TIER IV internal link, too.
Pre-Review Checklist for the PR Author
PR Author should check the checkboxes below when creating the PR.
Checklist for the PR Reviewer
Reviewers should check the checkboxes below before approval.
Post-Review Checklist for the PR Author
PR Author should check the checkboxes below before merging.
CI Checks