-
Notifications
You must be signed in to change notification settings - Fork 682
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(behavior, launch): fix launch error #5847
fix(behavior, launch): fix launch error #5847
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5847 +/- ##
==========================================
- Coverage 15.31% 15.31% -0.01%
==========================================
Files 1740 1740
Lines 119879 119882 +3
Branches 36450 36453 +3
==========================================
Hits 18355 18355
Misses 80992 80992
- Partials 20532 20535 +3
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
How about using "" (empty) string instead ?
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
0274073
to
478e454
Compare
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
I confirmed with following steps.
|
* fix(launch): set null to avoid launch error Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior): check null Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore(behavior): add comment Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(launch): set at the end of list Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(launch): fill empty string at the end of module list Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* fix(launch): set null to avoid launch error Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior): check null Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore(behavior): add comment Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(launch): set at the end of list Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(launch): fill empty string at the end of module list Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: karishma <karishma@interpl.ai>
* fix(launch): set null to avoid launch error Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior): check null Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore(behavior): add comment Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(launch): set at the end of list Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(launch): fill empty string at the end of module list Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: karishma <karishma@interpl.ai>
* fix(launch): set null to avoid launch error Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior): check null Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore(behavior): add comment Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(launch): set at the end of list Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(launch): fill empty string at the end of module list Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* fix(launch): set null to avoid launch error Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior): check null Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore(behavior): add comment Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(launch): set at the end of list Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(launch): fill empty string at the end of module list Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* fix(launch): set null to avoid launch error Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(behavior): check null Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * chore(behavior): add comment Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(launch): set at the end of list Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(launch): fill empty string at the end of module list Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
🤖[deprecated] Generated by Copilot at 0274073
This pull request fixes a parameter handling issue in the behavior path planner and the behavior velocity planner nodes. It adds a condition to check if the module name is
””
and skips loading it, to prevent errors with ROS 2.FIx following error:
Tests performed
Psim (disable all scene modules)
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.
After all checkboxes are checked, anyone who has write access can merge the PR.