-
Notifications
You must be signed in to change notification settings - Fork 668
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
feat!: replace HADMap with Lanelet #2356
feat!: replace HADMap with Lanelet #2356
Conversation
1aaf030
to
c572b0b
Compare
this PR depends on autowarefoundation/autoware_common#133, so merge it first. |
@kosuke55 Can you resolve some conflicts? |
@kosuke55 The ad_service_state_monitor package is replaced with AD API. So just remove it to resolve the conflict. |
@kosuke55 Sorry, config files need to be updated. |
c572b0b
to
5dbc8a9
Compare
@isamu-takagi @yukkysaito |
|
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. Checked it in the simple planning simulator.
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
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
5dbc8a9
to
dfd9490
Compare
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
829c936
to
434d6f8
Compare
* feat!: replace HADMap with Lanelet Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * update topic.yaml Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update perception/traffic_light_map_based_detector/README.md Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/README.md Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/mission_planner/README.md Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/scenario_selector/README.md Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * format readme Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
* feat!: replace HADMap with Lanelet Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * update topic.yaml Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update perception/traffic_light_map_based_detector/README.md Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/README.md Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/mission_planner/README.md Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/scenario_selector/README.md Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * format readme Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kosuke55 kosuke.tnp@gmail.com
Description
Replace HADMap of autoware_auto_planning_msg with Lanelet of autoware_planning_msgs.
LaneLetRoute has uuid and I want to use it in planning modules. Please refer to autowarefoundation/autoware#2983 for details.
Related links
Tests performed
psim
Notes for reviewers
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.