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: run_out does not plan to stop when there is enough time for stopping #749

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Dec 21, 2023

Description

Currently, when the ego is decelerating due to modules such as obstacle stop, the run out module inserts a stop point in the path.
In this case, the min_behavior_stop_margin feature of the obstacle stop makes its stop point closer to the run out's stop point, resulting in getting closer to the object.

To fix this issue, when there is enough time for stopping at the run out's stop point because of other modules' stop point, the run out will not insert a stop point.

Tests performed

psim
scenario test

Effects on system behavior

Nothing

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 December 21, 2023 08:48
@takayuki5168 takayuki5168 requested review from yuki-takagi-66 and TomohitoAndo and removed request for yuki-takagi-66 December 21, 2023 08:49
@takayuki5168 takayuki5168 merged commit a9779ec into autowarefoundation:main Dec 21, 2023
11 of 12 checks passed
@takayuki5168 takayuki5168 deleted the feat/run-out-stop-line branch December 21, 2023 09:08
sykwer pushed a commit to sykwer/autoware_launch that referenced this pull request Jan 3, 2024
maxime-clem pushed a commit to maxime-clem/autoware_launch that referenced this pull request Feb 6, 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