Skip to content
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

Merged
merged 6 commits into from
Jul 4, 2022

Conversation

angry-crab
Copy link
Contributor

@angry-crab angry-crab commented Jun 20, 2022

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.

Screenshot from 2022-06-20 17-28-16

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@angry-crab angry-crab self-assigned this Jun 20, 2022
@angry-crab angry-crab linked an issue Jun 20, 2022 that may be closed by this pull request
3 tasks
@codecov
Copy link

codecov bot commented Jun 20, 2022

Codecov Report

Merging #1129 (d1731e1) into main (a8ff33a) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@           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              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 9.50% <0.00%> (ø) Carriedforward from a8ff33a

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...sion_planner_lanelet2/mission_planner_lanelet2.cpp 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a8ff33a...d1731e1. Read the comment docs.

@angry-crab angry-crab requested a review from mitsudome-r July 1, 2022 07:40
@xmfcx
Copy link
Contributor

xmfcx commented Jul 4, 2022

Screenshot from 2022-07-04 20-13-56

I can confirm that the goal pose is on the map with this fix. In main commit it was ~50m under the map.

Xinyu Wang and others added 6 commits July 4, 2022 20:17
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>
@xmfcx xmfcx force-pushed the 711-goal-pose-is-not-aligned-to-the-map branch from ac8afb9 to d1731e1 Compare July 4, 2022 17:17
@xmfcx
Copy link
Contributor

xmfcx commented Jul 4, 2022

The code changes are minimal and on point. I've rebased it to main and once CI is finished, it should be merged.

@xmfcx xmfcx enabled auto-merge (squash) July 4, 2022 17:19
@xmfcx xmfcx merged commit 63f45ff into main Jul 4, 2022
@xmfcx xmfcx deleted the 711-goal-pose-is-not-aligned-to-the-map branch July 4, 2022 17:32
boyali referenced this pull request in boyali/autoware.universe Sep 28, 2022
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
yukke42 pushed a commit to tzhong518/autoware.universe that referenced this pull request Oct 14, 2022
boyali referenced this pull request in boyali/autoware.universe Oct 19, 2022
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
takam5f2 pushed a commit to takam5f2/autoware.universe that referenced this pull request Feb 8, 2024
iwatake2222 pushed a commit to iwatake2222/autoware.universe that referenced this pull request Jan 17, 2025
…towarefoundation#1129)

Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
Signed-off-by: beyza <bnk@leodrive.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Goal pose is not aligned to the map
3 participants