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

perf(elastic_band_smoother): increase lateral replan threshold #652

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

maxime-clem
Copy link
Contributor

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

Description

Increase the replan lateral distance threshold to prevent costly replanning when the path deviates only a little.

Tests performed

Psim

Effects on system behavior

The path is not smoothed again if the path changes laterally by less than 0.2m (previously 0.1m).
The path is still smoothed every 1s, regardless of how much it changed.

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.

@TakaHoribe TakaHoribe self-requested a review October 24, 2023 02:55
@TakaHoribe TakaHoribe enabled auto-merge (squash) October 24, 2023 02:55
@TakaHoribe TakaHoribe merged commit c88d055 into main Oct 24, 2023
11 of 12 checks passed
@TakaHoribe TakaHoribe deleted the perf/elastic_band_smoother-replan_lat_threshold branch October 24, 2023 02:55
soblin added a commit to soblin/autoware_launch that referenced this pull request Nov 18, 2023
sykwer pushed a commit to sykwer/autoware_launch that referenced this pull request Jan 3, 2024
…towarefoundation#629)

* feat(planning_launch): new lane change path generation parameters

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* rearrange parameters

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* fix parameter for stable result

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* Preparing for autowarefoundation#652

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
maxime-clem pushed a commit to maxime-clem/autoware_launch that referenced this pull request May 21, 2024
yuki-takagi-66 pushed a commit to tier4/autoware_launch that referenced this pull request Jul 8, 2024
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