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

Junction area as part of the road corridor #546

Merged
merged 7 commits into from
Oct 5, 2021
Merged

Conversation

tobiaskessler
Copy link
Contributor

@tobiaskessler tobiaskessler commented Sep 30, 2021

On junctions, the road corridor was rather a lane corridor. This in intersection scenarios somehow predefined the interaction of vehicles as the set of actions in the intersection was very limited.

I now added ALL lanes inside a junction to a junction area that is used for the road corridor, if it passes the junction, see screenshot.

Default behavior is UNCHANGED, shouldnt break anything. Activate in the map interface via:
map_interface = MapInterface() map_interface.full_junction_area = True map_interface.SetOpenDriveMap(xodr_parser.map)
see also py_map_interface_test

Screenshot from 2021-09-30 09-12-11

Copy link
Contributor

@klemense1 klemense1 left a comment

Choose a reason for hiding this comment

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

seems fine for me besides the naming of the python wrapping functionality

bark/python_wrapper/world/map.cpp Outdated Show resolved Hide resolved
Copy link
Collaborator

@patrickhart patrickhart left a comment

Choose a reason for hiding this comment

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

Looks good to me! And, true, before is was just a LaneCorridor.

@tobiaskessler tobiaskessler merged commit 5ea6eac into master Oct 5, 2021
@juloberno juloberno deleted the junction_area branch June 15, 2022 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants