feat: add traffic rules to enable driving for areas#104
Merged
mitsudome-r merged 8 commits intoautowarefoundation:mainfrom Apr 17, 2026
Conversation
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…ine) Signed-off-by: emmeyteja <emmeyteja@gmail.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #104 +/- ##
==========================================
+ Coverage 16.31% 19.11% +2.79%
==========================================
Files 42 44 +2
Lines 3089 3594 +505
Branches 1397 2040 +643
==========================================
+ Hits 504 687 +183
+ Misses 2490 1904 -586
- Partials 95 1003 +908
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
@mitsudome-r @soblin Could you please review this PR? |
mitsudome-r
approved these changes
Apr 3, 2026
…lanelet-area-lanelet
mitsudome-r
reviewed
Apr 3, 2026
Member
|
Also, please make sure to add tests for the functions that you add. |
Signed-off-by: emmeyteja <emmeyteja@gmail.com>
Signed-off-by: emmeyteja <emmeyteja@gmail.com>
Contributor
Author
|
@mitsudome-r I added a boolean argument "allow_area" and added tests. Please confirm, if it looks good, I will enable squash-merge. |
mitsudome-r
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
lanelet_routing_area/lanelet_routing_area_outline) so multipolygon Areas are easy to see on the map (14f99356).How was this PR tested?
colcon build/colcon testforautoware_lanelet2_extension(and packages that depend on it).Notes for reviewers
visualization.cpp(e.g.areaOuterToPolygon3d,laneletAreasAsMarkerArray); traffic-rule changes should be reviewed for consistency with Lanelet2RoutingGraph::shortestPathIncludingAreasand existing rule sets.Related Links
Related PRs
Issues
Design Dcouments
Effects on system behavior