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

Static path planning with optimization #1942

Closed
3 tasks done
takayuki5168 opened this issue Sep 22, 2022 · 2 comments
Closed
3 tasks done

Static path planning with optimization #1942

takayuki5168 opened this issue Sep 22, 2022 · 2 comments
Assignees
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) status:stale Inactive or outdated issues. (auto-assigned) type:new-feature New functionalities or additions, feature requests.

Comments

@takayuki5168
Copy link
Contributor

takayuki5168 commented Sep 22, 2022

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

Currently, the on-line path planning with optimization realizes

  • smooth curvature
  • footprints inside the drivable area

However, the on-line path planning has following disadvantages.

  • We don't know the path shape beforehand. We can know it only when the vehicle runs.
  • Sometimes the issue happens with the optimization (e.g. optimization fails), and we notice it when the vehicle runs.

In order to know that there is no issue on the map with the optimized path, static path planning with optimization is required.

Purpose

In order to know that there is no issue on the map with the optimized path

Possible approaches

Create a script

  • Input: map, start/goal lanelet ids
  • Output: optimized path (and debug message if the optimization succeeded or not)

This script contains

  • map_loader
    • to load a lanelet map
  • mission_planner
    • to navigate a route from start lanelet to goal lanelet
  • obstacle_avoidance_planner
    • to optimize the path
      as a library.

Therefore, map_loader, mission_planner, obstacle_avoidance_planner also need to be modified to be called from the script.

Definition of done

get the optimized path from the lanelet map and start/goal lanelet ids with one script.

@takayuki5168 takayuki5168 self-assigned this Sep 22, 2022
@takayuki5168 takayuki5168 added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Sep 22, 2022
@BonoloAWF BonoloAWF added the type:new-feature New functionalities or additions, feature requests. label Sep 27, 2022
@stale
Copy link

stale bot commented Dec 3, 2022

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Dec 3, 2022
@takayuki5168
Copy link
Contributor Author

The package for static path planning has been already merged.
#2013

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) status:stale Inactive or outdated issues. (auto-assigned) type:new-feature New functionalities or additions, feature requests.
Projects
None yet
Development

No branches or pull requests

2 participants