-
Notifications
You must be signed in to change notification settings - Fork 696
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(start_planner): add a sanity check if the path is empty #6643
feat(start_planner): add a sanity check if the path is empty #6643
Conversation
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6643 +/- ##
==========================================
- Coverage 14.77% 14.76% -0.02%
==========================================
Files 1925 1925
Lines 132760 132911 +151
Branches 39544 39544
==========================================
Hits 19621 19621
- Misses 91172 91323 +151
Partials 21967 21967
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f5f0683
into
autowarefoundation:main
…efoundation#6643) add a sanity check if the path is empty Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> Signed-off-by: kaigohirao <kaigo.hirao@proxima-ai-tech.com>
…efoundation#6643) add a sanity check if the path is empty Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Description
If the path for collision check happens to be empty, it might cause a crash, this PR introduces a sanity check for said cases.
Tests performed
PSim and compilation tests
Effects on system behavior
Not applicable.
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.