Skip to content

feat: add lanelet bounds loader #128

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

Merged
merged 6 commits into from
May 23, 2023
Merged

feat: add lanelet bounds loader #128

merged 6 commits into from
May 23, 2023

Conversation

HayatoTier4
Copy link
Collaborator

@HayatoTier4 HayatoTier4 commented May 15, 2023

Description

I added a Unity Editor extension which allows the user to load the left and right sides of the Lanelet.

The original "Load Lanelet" extension is kept unchanged so the user can optionally choose to use the new extension "Load Lanelet Bound" if they wish to load the sides of the Lanelet instead of the centerlines.

Tests performed

The feature has been tested using AWSIM.

Screenshot from 2023-05-15 16-28-31

Lanelet without the sides (only Centerlines and StopLines)
Screenshot from 2023-05-15 16-32-26

Lanelet with the sides
Screenshot from 2023-05-15 16-32-15

Effects on system behavior

Not applicable.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@HayatoTier4 HayatoTier4 marked this pull request as ready for review May 15, 2023 09:24
@HayatoTier4 HayatoTier4 marked this pull request as draft May 15, 2023 09:24
@HayatoTier4 HayatoTier4 reopened this May 15, 2023
@HayatoTier4 HayatoTier4 marked this pull request as ready for review May 15, 2023 09:33
taikitanaka3

This comment was marked as resolved.

@taikitanaka3 taikitanaka3 self-requested a review May 16, 2023 01:54
@mackierx111 mackierx111 marked this pull request as draft May 18, 2023 17:09
Copy link
Collaborator

@mackierx111 mackierx111 left a comment

Choose a reason for hiding this comment

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

Please clarify the purpose of this implementation. If visualization of lanelets is your only goal, keep the following in mind.

  • Traffic lane class is used for NPC travel routes in random traffic. It would be inappropriate for lanelet visualization.
  • If the amount of information is reduced by Resolution or other means when the lanelet is loaded, accurate visualization of the lanelet will not be possible.
  • If you want to visualize lanelets more precisely, traffic lights and signs could also be targets.

@HayatoTier4 HayatoTier4 marked this pull request as ready for review May 22, 2023 09:06
@HayatoTier4 HayatoTier4 requested a review from mackierx111 May 22, 2023 09:06
@taikitanaka3
Copy link
Contributor

@mackierx111
Thank you for review
how about this update?

Copy link
Collaborator

@mackierx111 mackierx111 left a comment

Choose a reason for hiding this comment

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

LGTM👍

@taikitanaka3 taikitanaka3 merged commit 1dacfb5 into tier4:main May 23, 2023
tyongingo pushed a commit to tyongingo/AWSIM that referenced this pull request Nov 22, 2024
Signed-off-by: Alptuğ Cırıt <alptug@leodrive.ai>
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