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(behavior_path_planner): curvature based drivable area expansion #935

Merged
merged 17 commits into from
Oct 16, 2023

Conversation

maxime-clem
Copy link

@maxime-clem maxime-clem commented Oct 12, 2023

Description

Replace the polygon-based dynamic drivable area expansion with a curvature-based algorithm.
Original AWF PR: autowarefoundation#5294

Related links

Tests performed

Psim.
Evaluation platform (TIER IV INTERNAL LINK).

Notes for reviewers

X2 Launch PR: https://github.com/tier4/autoware_launch.x2/pull/491

Interface changes

Effects on system behavior

Drivable area expansion should be more stable, less computationally expensive, and less prone to bugs.

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

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

@maxime-clem maxime-clem force-pushed the feat/new_dynamic_drivable_area_expansion-X2 branch from 84c48e0 to eca596d Compare October 12, 2023 15:59
@maxime-clem maxime-clem force-pushed the feat/new_dynamic_drivable_area_expansion-X2 branch from 3d9b131 to 663754e Compare October 16, 2023 00:30
@takayuki5168 takayuki5168 marked this pull request as draft October 16, 2023 06:59
@takayuki5168
Copy link

一応実験後にマージします、という意味でdraftにしました

@takayuki5168 takayuki5168 marked this pull request as ready for review October 16, 2023 08:24
@takayuki5168 takayuki5168 merged commit 8ed98a9 into beta/v0.11.0 Oct 16, 2023
24 checks passed
@takayuki5168 takayuki5168 deleted the feat/new_dynamic_drivable_area_expansion-X2 branch October 16, 2023 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants