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

Parking Scenario Cannot Initiate Sometimes Due to Route Handler #8898

Open
3 of 5 tasks
ismetatabay opened this issue Sep 17, 2024 · 0 comments · May be fixed by #8906
Open
3 of 5 tasks

Parking Scenario Cannot Initiate Sometimes Due to Route Handler #8898

ismetatabay opened this issue Sep 17, 2024 · 0 comments · May be fixed by #8906
Assignees
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)

Comments

@ismetatabay
Copy link
Member

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I've agreed with the maintainers that I can plan this task.

Description

According to the Lanelet maps definition (as seen in the image below), the parking scenario cannot be initiated, even if the ego vehicle and the goal pose are in the parking lot area, due to a route miscalculation.

[component_container_mt-27] [ERROR 1726580212.592301377] [route_handler]: Failed to find a proper route!
[component_container_mt-27]  - start checkpoint: (3712.36, 73734.8,19.4899)
[component_container_mt-27]  - goal checkpoint: (3721.45, 73741.4,0)
[component_container_mt-27]  - start lane id: 7
[component_container_mt-27]  - goal lane id: 51

image


Map file

lanelet2_map.txt

Purpose

Perform parking scenarios in the parking lot, regardless of lanelets

Possible approaches

  • Check if the vehicle and goal pose in the parking lot
  • Return the current lanelet of the ego vehicle as a route

Definition of done

  • Implement a solution to check ego and goal pose in parking lot or not
  • Perform parking scenario in the given parking lot
@ismetatabay ismetatabay added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Sep 17, 2024
@ismetatabay ismetatabay self-assigned this Sep 17, 2024
@ismetatabay ismetatabay linked a pull request Sep 18, 2024 that will close this issue
@ismetatabay ismetatabay linked a pull request Sep 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant