-
Notifications
You must be signed in to change notification settings - Fork 673
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
fix(mission_planner): align goal pose to lanelet map #1129
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1129 +/- ##
========================================
- Coverage 9.52% 9.51% -0.01%
========================================
Files 1051 1051
Lines 72452 72508 +56
Branches 15776 15776
========================================
Hits 6899 6899
- Misses 59538 59594 +56
Partials 6015 6015
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
planning/mission_planner/src/mission_planner_lanelet2/mission_planner_lanelet2.cpp
Outdated
Show resolved
Hide resolved
planning/mission_planner/src/mission_planner_lanelet2/mission_planner_lanelet2.cpp
Show resolved
Hide resolved
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
ac8afb9
to
d1731e1
Compare
The code changes are minimal and on point. I've rebased it to main and once CI is finished, it should be merged. |
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
…ion#1129) Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
…avoidance fix(avoidance): cherry pick
…towarefoundation#1129) Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai> Signed-off-by: beyza <bnk@leodrive.ai>
Signed-off-by: Xinyu Wang xinyu.wang@tier4.jp
Description
Goal pose is aligned to lanelet map by calculating an average height of each segment from the closest lanelet component.
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.