Add a value to the error_code in getPlanningContext#3764
Open
galou wants to merge 1 commit into
Open
Conversation
Set `INVALID_MOTION_PLAN` if no context loader is found for the requested planner_id before returning. Signed-off-by: Gaël Écorchard <gael@km-robotics.cz>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3764 +/- ##
==========================================
- Coverage 46.28% 46.26% -0.02%
==========================================
Files 726 726
Lines 59507 59514 +7
Branches 7624 7624
==========================================
- Hits 27536 27527 -9
- Misses 31805 31818 +13
- Partials 166 169 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Set
INVALID_MOTION_PLANif no context loader is found for the requested planner_id before returning.Description
error_code.valwill be set to a meaningful value rather than being unset in case of early return.Checklist