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): set goal in shoulder lane #2548

Merged
merged 2 commits into from
Dec 22, 2022

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Dec 20, 2022

Description

With #2088, goal can not be set in shoulder lane.

goal_in_shoulder-2022-12-21_03.38.02.mp4

In this PR, check goal for shoulder at first in is_goal_valid.

Related links

#2088

Tests performed

psim

goal_in_shoulder-2022-12-21_03.50.27.mp4

tier4 internal scenario test
816/825
(result of 2022/12/21 daily test : 812/825)

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

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

@kosuke55 kosuke55 marked this pull request as ready for review December 20, 2022 18:44
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Dec 20, 2022
@ismetatabay
Copy link
Member

hi @kosuke55, with this PR goal footprint will not checked at shoulder lanelet. Let discuss #2546 (comment)

It make more sense to me update default map shoulder lanelet's width greater than vehicle length. What do you think?

You can visualize goal pose footprint on this topic: /planning/mission_planning/debug/goal_footprint

@codecov
Copy link

codecov bot commented Dec 20, 2022

Codecov Report

Base: 10.55% // Head: 10.55% // No change to project coverage 👍

Coverage data is based on head (cc33997) compared to base (cc33997).
Patch has no changes to coverable lines.

❗ Current head cc33997 differs from pull request most recent head 85bb3ec. Consider uploading reports for the commit 85bb3ec to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2548   +/-   ##
=======================================
  Coverage   10.55%   10.55%           
=======================================
  Files        1267     1267           
  Lines       87598    87598           
  Branches    20938    20938           
=======================================
  Hits         9242     9242           
  Misses      68493    68493           
  Partials     9863     9863           
Flag Coverage Δ
total 10.55% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@takayuki5168 takayuki5168 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kosuke55 kosuke55 force-pushed the fix/goal_in_shoulder_lane branch 2 times, most recently from db2a178 to 85bb3ec Compare December 21, 2022 08:41
Copy link
Member

@ismetatabay ismetatabay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kosuke55 kosuke55 merged commit 0c93a2c into autowarefoundation:main Dec 22, 2022
@kosuke55 kosuke55 deleted the fix/goal_in_shoulder_lane branch December 22, 2022 05:46
soblin pushed a commit to soblin/autoware.universe that referenced this pull request Dec 22, 2022
)

* fix(mission_planner): set goal in shoulder lane

Signed-off-by: kosuke55 <[email protected]>

* fix map without shoulder lane

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>
tkimura4 pushed a commit to tier4/autoware.universe that referenced this pull request Dec 27, 2022
)

* fix(mission_planner): set goal in shoulder lane

Signed-off-by: kosuke55 <[email protected]>

* fix map without shoulder lane

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>
tkimura4 added a commit to tier4/autoware.universe that referenced this pull request Dec 27, 2022
) (#223)

* fix(mission_planner): set goal in shoulder lane

Signed-off-by: kosuke55 <[email protected]>

* fix map without shoulder lane

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>
Co-authored-by: Kosuke Takeuchi <[email protected]>
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Jan 6, 2023
)

* fix(mission_planner): set goal in shoulder lane

Signed-off-by: kosuke55 <[email protected]>

* fix map without shoulder lane

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>
Signed-off-by: kminoda <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants