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): fix the bug of inserting stop point #715

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

1222-takeshi
Copy link

@1222-takeshi 1222-takeshi commented Aug 8, 2023

Description

Fixed the bug which tries to calculate the length along the trajectory but actually calculates the length of two points.

before
image

after
image

Related links

autowarefoundation#4479

Tests performed

Notes for reviewers

Interface changes

Effects on system behavior

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.

@1222-takeshi 1222-takeshi requested review from Naophis and removed request for takayuki5168, TakaHoribe and kosuke55 August 8, 2023 08:28
@1222-takeshi 1222-takeshi changed the title fix(obstacle_avoidance_planner): fix the bug of inserting stop point … fix(obstacle_avoidance_planner): fix the bug of inserting stop point Aug 8, 2023
@tkimura4 tkimura4 merged commit bb73fef into beta/v0.10.0 Aug 8, 2023
16 checks passed
@tkimura4 tkimura4 deleted the cherry-pick-4479 branch August 8, 2023 08:37
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.

3 participants