-
Notifications
You must be signed in to change notification settings - Fork 671
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): add option to use stop lines defined in the vector map #9584
base: main
Are you sure you want to change the base?
feat(out_of_lane): add option to use stop lines defined in the vector map #9584
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
0eebb14
to
1339c02
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9584 +/- ##
==========================================
- Coverage 29.44% 29.44% -0.01%
==========================================
Files 1444 1449 +5
Lines 108617 108695 +78
Branches 42425 42449 +24
==========================================
+ Hits 31983 32005 +22
- Misses 73547 73599 +52
- Partials 3087 3091 +4
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
29ed97b
to
fe4820b
Compare
Description
Add an option to the
out_of_lane
module allowing the use of better stop positions calculated from the stop lines defined in the map.Related links
Launch PR: autowarefoundation/autoware_launch#1259
How was this PR tested?
Psim
Evaluator (TIER IV INTERNAL LINK): https://evaluation.tier4.jp/evaluation/reports/5ff82fd6-da0a-53b0-9880-517f1140f22c?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
ROS Parameter Changes
Additions and removals
use_map_stop_lines
bool
true
Effects on system behavior
None.