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

Represent traffic islands as static objects #862

Open
tbleher opened this issue Mar 6, 2025 · 0 comments
Open

Represent traffic islands as static objects #862

tbleher opened this issue Mar 6, 2025 · 0 comments

Comments

@tbleher
Copy link
Contributor

tbleher commented Mar 6, 2025

Describe the feature

To properly simulate autonomous pedestrians using OSI (e.g. the OsiPedestrian model as developed as part of SETLevel), pedestrians need to know where traffic islands are. These can be represented in OpenDRIVE (see https://publications.pages.asam.net/standards/ASAM_OpenDRIVE/ASAM_OpenDRIVE_Specification/latest/specification/13_objects/13_14_object_examples.html#_trafficisland ) but there seems to be no way to represent them in OSI currently.

Describe the solution you would like

Traffic islands should be represented in OSI as stationary objects.

Suggestion: Add TYPE_TRAFFICISLAND to osi3::StationaryObject::Classification::Type

Describe alternatives you have considered

None

Describe the backwards compatibility

I believe there are no backward compatibility issues. As OpenDRIVE describes that vehicles should not drive over traffic islands, the concern regarding parking spots expressed in #798 should not apply here.

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

No branches or pull requests

1 participant