Closed rhaschke closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 58.84%. Comparing base (
55c4b52
) to head (3506f21
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In which case does
generatePlan
need to return a boolean value at all?
generatePlan()
always returns a boolean and it actually indicates that planning was solved and returned a valid path.
res.error_code_
just provides a more detailed error code. Closing here.
The boolean return value of
generatePlan()
does not indicate the validity of the plan. Instead, we need to checkres.error_code_
.