-
Notifications
You must be signed in to change notification settings - Fork 691
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
feat(out_of_lane): also apply lat buffer between the lane and stop pose #7918
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c6fb518
to
e3ebacb
Compare
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
e3ebacb
to
6647f59
Compare
…se (autowarefoundation#7918) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…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>
…se (autowarefoundation#7918) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
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 to5.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.