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

feat(out_of_lane): also apply lat buffer between the lane and stop pose #7918

Merged

Conversation

maxime-clem
Copy link
Contributor

@maxime-clem maxime-clem commented Jul 9, 2024

Description

In the out_of_lane module, the buffer distance to keep between the lane and the ego vehicle was only considering longitudinal distance. This PR also consider the lateral distance to properly keep the desired buffer distance.

The following video shows the new impact of the buffer distance parameter. On the right I dynamically update the parameter value (from 0.0 at first up to 5.0 m) and on the left you can see the distance increase between the stop point and the lane with the collision.

simplescreenrecorder-2024-07-09_18.06.30.mp4

Requires autowarefoundation/autoware_launch#1098

Related links

How was this PR tested?

Psim

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@maxime-clem maxime-clem added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 9, 2024
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jul 9, 2024
Copy link

github-actions bot commented Jul 9, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 29.20%. Comparing base (5093495) to head (6647f59).
Report is 13 commits behind head on main.

Files Patch % Lines
...city_out_of_lane_module/src/out_of_lane_module.cpp 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7918      +/-   ##
==========================================
- Coverage   29.24%   29.20%   -0.04%     
==========================================
  Files        1600     1604       +4     
  Lines      117738   117526     -212     
  Branches    50720    50657      -63     
==========================================
- Hits        34427    34323     -104     
+ Misses      74120    74020     -100     
+ Partials     9191     9183       -8     
Flag Coverage Δ *Carryforward flag
differential 9.03% <75.00%> (?)
total 29.20% <ø> (-0.04%) ⬇️ Carriedforward from 5093495

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maxime-clem maxime-clem force-pushed the feat/out_of_lane-lat_buffer branch from c6fb518 to e3ebacb Compare July 26, 2024 04:23
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
@maxime-clem maxime-clem merged commit 72f28ef into autowarefoundation:main Jul 30, 2024
32 checks passed
@maxime-clem maxime-clem deleted the feat/out_of_lane-lat_buffer branch July 30, 2024 06:23
maxime-clem added a commit to maxime-clem/autoware.universe that referenced this pull request Jul 31, 2024
…se (autowarefoundation#7918)

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
shmpwk pushed a commit to tier4/autoware.universe that referenced this pull request Aug 1, 2024
…se (#1438)

feat(out_of_lane): also apply lat buffer between the lane and stop pose (autowarefoundation#7918)

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
esteve pushed a commit to esteve/autoware.universe that referenced this pull request Aug 13, 2024
…se (autowarefoundation#7918)

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
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) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants