-
Notifications
You must be signed in to change notification settings - Fork 668
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(start_planner): remove inverse orientation points #5100
Conversation
memo
|
fb31084
to
8878efa
Compare
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
8878efa
to
9ca31b6
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #5100 +/- ##
==========================================
+ Coverage 15.02% 15.23% +0.21%
==========================================
Files 1608 1608
Lines 111740 112318 +578
Branches 34645 35082 +437
==========================================
+ Hits 16788 17113 +325
- Misses 76244 76359 +115
- Partials 18708 18846 +138
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
d76cad5
to
283b0ed
Compare
@kyoichi-sugahara |
…tion#5100) * fix(start_planner): remove inverse orientation points Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * use loop Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…tion#5100) * fix(start_planner): remove inverse orientation points Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * use loop Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Description
remove inverse orientation points after shifting path
edge case example
(④typo 3->2)
before
after
Related links
fix #4950
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.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.