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(avoidance): update avoidance params #424

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Jun 27, 2023

Description

Update following params:

  • use_constraints_for_decel: false -> true
    • don't allow sudden stop even when there is object that should be avoid.
  • lateral_execution_threshold: 0.499 -> 0.09
    • it can output small shift avoidance path.
  • quantize_filter_threshold: 0.2 -> 0.1
    • it can output small shift avoidance path.

Tests performed

Effects on system behavior

  • don't allow sudden stop even when there is object that should be avoid.
  • it can output small shift avoidance path.

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.

Copy link
Contributor

@shmpwk shmpwk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@satoshi-ota satoshi-ota merged commit 1fd0a34 into main Jun 30, 2023
@satoshi-ota satoshi-ota deleted the feat/update-avoidance-params branch June 30, 2023 06:44
kyoichi-sugahara pushed a commit that referenced this pull request Sep 3, 2023
badai-nguyen pushed a commit to badai-nguyen/autoware_launch that referenced this pull request Sep 21, 2023
maxime-clem pushed a commit to maxime-clem/autoware_launch that referenced this pull request Jun 13, 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