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

feat: tune parameters for optimization path planning #774

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Jan 7, 2024

Description

Tune parameters for the optimization path planning (obstacle_avoidance_planner and path_smoother packages)

  • Solve the optimization every timestep
    • Without this PR, the optimization is solved every 1 second due to the calculation cost. Now the calculation cost decreased enough.
  • Tune the collision-free weight so that the trajectory's footprint will be inside the drivable area
    • The current weight is too large to do the optimization-based avoidance.
  • Disable the warm start since the optimization sometimes fails with the warm start, and the computation cost did not change with/without the warm start.

Tests performed

Effects on system behavior

Optimization is solved every timestep.

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.

@takayuki5168 takayuki5168 marked this pull request as ready for review January 9, 2024 02:59
…/motion_planning/obstacle_avoidance_planner/obstacle_avoidance_planner.param.yaml
@takayuki5168 takayuki5168 merged commit 5be5165 into autowarefoundation:main Jan 10, 2024
9 of 10 checks passed
@takayuki5168 takayuki5168 deleted the feat/tune-param-optimization-path-plan branch January 10, 2024 05:53
kyoichi-sugahara pushed a commit that referenced this pull request Jan 11, 2024
* feat: tune parameters for optimization path planning

Signed-off-by: Takayuki Murooka <[email protected]>

* disable warm start

Signed-off-by: Takayuki Murooka <[email protected]>

* Update autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_avoidance_planner/obstacle_avoidance_planner.param.yaml

---------

Signed-off-by: Takayuki Murooka <[email protected]>
maxime-clem pushed a commit to maxime-clem/autoware_launch that referenced this pull request Feb 6, 2024
…ion#774)

* feat: tune parameters for optimization path planning

Signed-off-by: Takayuki Murooka <[email protected]>

* disable warm start

Signed-off-by: Takayuki Murooka <[email protected]>

* Update autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_avoidance_planner/obstacle_avoidance_planner.param.yaml

---------

Signed-off-by: Takayuki Murooka <[email protected]>
maxime-clem pushed a commit to maxime-clem/autoware_launch that referenced this pull request Feb 6, 2024
…zation

feat: tune parameters for optimization path planning (autowarefoundation#774)
t4-adc pushed a commit to tier4/autoware_launch that referenced this pull request Mar 21, 2024
…e-launch

chore: sync awf/autoware_launch
maxime-clem pushed a commit to maxime-clem/autoware_launch that referenced this pull request May 13, 2024
technolojin pushed a commit to technolojin/autoware_launch that referenced this pull request Nov 25, 2024
…am-gen2

chore: sync beta upstream for gen2 branch
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.

2 participants