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

fix(obstacle_avoidance_planner): add guard for failed optimized trajectory #194

Merged
merged 2 commits into from
Dec 9, 2022

Conversation

takayuki5168
Copy link

@takayuki5168 takayuki5168 commented Nov 29, 2022

Signed-off-by: Takayuki Murooka takayuki5168@gmail.com

Description

fix for https://tier4.atlassian.net/browse/T4PB-23420

When optimization failed, trajectory sometimes diverged.
In order to send this kind of trajectory to the latter module, I added a guard seeing how much deviation the trajectory has against the reference path.
If the deviation is too large, sends a previously planned path to the latter module.

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.

…ctory

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
@yn-mrse yn-mrse merged commit 1f69298 into beta/v0.3.12 Dec 9, 2022
@yn-mrse yn-mrse deleted the fix/failed-trajectory-guard branch December 9, 2022 07:05
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